Class AdminAlertingAlertConfiguration
Alert configurations
Inheritance
System.Object
AdminAlertingAlertConfiguration
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 AdminAlertingAlertConfiguration
Constructors
| Improve this Doc View SourceAdminAlertingAlertConfiguration(AdminAlertingAlertStatePolicy, AdminAlertingAlertSensitivity, RecipientsConfiguration)
Initializes a new instance of the AdminAlertingAlertConfiguration class.
Declaration
public AdminAlertingAlertConfiguration(AdminAlertingAlertStatePolicy alertState = null, AdminAlertingAlertSensitivity sensitivityLevel = null, RecipientsConfiguration recipientsSettings = null)
Parameters
Type | Name | Description |
---|---|---|
AdminAlertingAlertStatePolicy | alertState | Alert state. |
AdminAlertingAlertSensitivity | sensitivityLevel | Sensitivity level. |
RecipientsConfiguration | recipientsSettings | Recipient settings. |
Properties
| Improve this Doc View SourceAlertState
Alert state.
Declaration
public AdminAlertingAlertStatePolicy AlertState { get; protected set; }
Property Value
Type | Description |
---|---|
AdminAlertingAlertStatePolicy |
RecipientsSettings
Recipient settings.
Declaration
public RecipientsConfiguration RecipientsSettings { get; protected set; }
Property Value
Type | Description |
---|---|
RecipientsConfiguration |
SensitivityLevel
Sensitivity level.
Declaration
public AdminAlertingAlertSensitivity SensitivityLevel { get; protected set; }
Property Value
Type | Description |
---|---|
AdminAlertingAlertSensitivity |