Class AdminAlertingAlertStatePolicy
Policy for controlling whether an alert can be triggered or not
Inheritance
AdminAlertingAlertStatePolicy
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class AdminAlertingAlertStatePolicy
Constructors
View SourceAdminAlertingAlertStatePolicy()
Initializes a new instance of the AdminAlertingAlertStatePolicy class.
Declaration
public AdminAlertingAlertStatePolicy()
Properties
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 |
|---|---|
| bool |
IsOn
Gets a value indicating whether this instance is On
Declaration
public bool IsOn { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |