Class AdminAlertingAlertSensitivity
Alert sensitivity
Inheritance
AdminAlertingAlertSensitivity
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class AdminAlertingAlertSensitivity
Constructors
View SourceAdminAlertingAlertSensitivity()
Initializes a new instance of the AdminAlertingAlertSensitivity class.
Declaration
public AdminAlertingAlertSensitivity()
Properties
View SourceAsHigh
Gets this instance as a High, or null.
Declaration
public AdminAlertingAlertSensitivity.High AsHigh { get; }
Property Value
| Type | Description |
|---|---|
| AdminAlertingAlertSensitivity.High |
AsHighest
Gets this instance as a Highest, or null.
Declaration
public AdminAlertingAlertSensitivity.Highest AsHighest { get; }
Property Value
| Type | Description |
|---|---|
| AdminAlertingAlertSensitivity.Highest |
AsInvalid
Gets this instance as a Invalid, or null.
Declaration
public AdminAlertingAlertSensitivity.Invalid AsInvalid { get; }
Property Value
| Type | Description |
|---|---|
| AdminAlertingAlertSensitivity.Invalid |
AsLow
Gets this instance as a Low, or null.
Declaration
public AdminAlertingAlertSensitivity.Low AsLow { get; }
Property Value
| Type | Description |
|---|---|
| AdminAlertingAlertSensitivity.Low |
AsLowest
Gets this instance as a Lowest, or null.
Declaration
public AdminAlertingAlertSensitivity.Lowest AsLowest { get; }
Property Value
| Type | Description |
|---|---|
| AdminAlertingAlertSensitivity.Lowest |
AsMedium
Gets this instance as a Medium, or null.
Declaration
public AdminAlertingAlertSensitivity.Medium AsMedium { get; }
Property Value
| Type | Description |
|---|---|
| AdminAlertingAlertSensitivity.Medium |
AsOther
Gets this instance as a Other, or null.
Declaration
public AdminAlertingAlertSensitivity.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| AdminAlertingAlertSensitivity.Other |
IsHigh
Gets a value indicating whether this instance is High
Declaration
public bool IsHigh { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsHighest
Gets a value indicating whether this instance is Highest
Declaration
public bool IsHighest { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsInvalid
Gets a value indicating whether this instance is Invalid
Declaration
public bool IsInvalid { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsLow
Gets a value indicating whether this instance is Low
Declaration
public bool IsLow { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsLowest
Gets a value indicating whether this instance is Lowest
Declaration
public bool IsLowest { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsMedium
Gets a value indicating whether this instance is Medium
Declaration
public bool IsMedium { 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 |