Class AdminAlertingAlertStatePolicy
Policy for controlling whether an alert can be triggered or not
Inheritance
System.Object
AdminAlertingAlertStatePolicy
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class AdminAlertingAlertStatePolicy
Constructors
| Improve this Doc View SourceAdminAlertingAlertStatePolicy()
Initializes a new instance of the AdminAlertingAlertStatePolicy class.
Declaration
public AdminAlertingAlertStatePolicy()
Properties
| Improve this Doc View SourceAsOff
Gets this instance as a Off, or null
.
Declaration
public AdminAlertingAlertStatePolicy.Off AsOff { get; }
Property Value
Type | Description |
---|---|
AdminAlertingAlertStatePolicy.Off |
AsOn
Gets this instance as a On, or null
.
Declaration
public AdminAlertingAlertStatePolicy.On AsOn { get; }
Property Value
Type | Description |
---|---|
AdminAlertingAlertStatePolicy.On |
AsOther
Gets this instance as a Other, or null
.
Declaration
public AdminAlertingAlertStatePolicy.Other AsOther { get; }
Property Value
Type | Description |
---|---|
AdminAlertingAlertStatePolicy.Other |
IsOff
Gets a value indicating whether this instance is Off
Declaration
public bool IsOff { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOn
Gets a value indicating whether this instance is On
Declaration
public bool IsOn { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |