Class AdminAlertingChangedAlertConfigDetails
Changed an alert setting.
Inheritance
System.Object
AdminAlertingChangedAlertConfigDetails
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 AdminAlertingChangedAlertConfigDetails
Constructors
| Improve this Doc View SourceAdminAlertingChangedAlertConfigDetails(String, AdminAlertingAlertConfiguration, AdminAlertingAlertConfiguration)
Initializes a new instance of the AdminAlertingChangedAlertConfigDetails class.
Declaration
public AdminAlertingChangedAlertConfigDetails(string alertName, AdminAlertingAlertConfiguration previousAlertConfig, AdminAlertingAlertConfiguration newAlertConfig)
Parameters
Type | Name | Description |
---|---|---|
System.String | alertName | Alert Name. |
AdminAlertingAlertConfiguration | previousAlertConfig | Previous alert configuration. |
AdminAlertingAlertConfiguration | newAlertConfig | New alert configuration. |
Properties
| Improve this Doc View SourceAlertName
Alert Name.
Declaration
public string AlertName { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
NewAlertConfig
New alert configuration.
Declaration
public AdminAlertingAlertConfiguration NewAlertConfig { get; protected set; }
Property Value
Type | Description |
---|---|
AdminAlertingAlertConfiguration |
PreviousAlertConfig
Previous alert configuration.
Declaration
public AdminAlertingAlertConfiguration PreviousAlertConfig { get; protected set; }
Property Value
Type | Description |
---|---|
AdminAlertingAlertConfiguration |