Class AdminAlertingAlertStateChangedDetails
Changed an alert state.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class AdminAlertingAlertStateChangedDetails
Constructors
View SourceAdminAlertingAlertStateChangedDetails(string, AdminAlertSeverityEnum, AdminAlertCategoryEnum, string, AdminAlertGeneralStateEnum, AdminAlertGeneralStateEnum)
Initializes a new instance of the AdminAlertingAlertStateChangedDetails class.
Declaration
public AdminAlertingAlertStateChangedDetails(string alertName, AdminAlertSeverityEnum alertSeverity, AdminAlertCategoryEnum alertCategory, string alertInstanceId, AdminAlertGeneralStateEnum previousValue, AdminAlertGeneralStateEnum newValue)
Parameters
| Type | Name | Description |
|---|---|---|
| string | alertName | Alert name. |
| AdminAlertSeverityEnum | alertSeverity | Alert severity. |
| AdminAlertCategoryEnum | alertCategory | Alert category. |
| string | alertInstanceId | Alert ID. |
| AdminAlertGeneralStateEnum | previousValue | Alert state before the change. |
| AdminAlertGeneralStateEnum | newValue | Alert state after the change. |
Properties
View SourceAlertCategory
Alert category.
Declaration
public AdminAlertCategoryEnum AlertCategory { get; protected set; }
Property Value
| Type | Description |
|---|---|
| AdminAlertCategoryEnum |
AlertInstanceId
Alert ID.
Declaration
public string AlertInstanceId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
AlertName
Alert name.
Declaration
public string AlertName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
AlertSeverity
Alert severity.
Declaration
public AdminAlertSeverityEnum AlertSeverity { get; protected set; }
Property Value
| Type | Description |
|---|---|
| AdminAlertSeverityEnum |
NewValue
Alert state after the change.
Declaration
public AdminAlertGeneralStateEnum NewValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| AdminAlertGeneralStateEnum |
PreviousValue
Alert state before the change.
Declaration
public AdminAlertGeneralStateEnum PreviousValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| AdminAlertGeneralStateEnum |