Show / Hide Table of Contents

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 Source

AdminAlertingChangedAlertConfigDetails(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 Source

AlertName

Alert Name.

Declaration
public string AlertName { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

NewAlertConfig

New alert configuration.

Declaration
public AdminAlertingAlertConfiguration NewAlertConfig { get; protected set; }
Property Value
Type Description
AdminAlertingAlertConfiguration
| Improve this Doc View Source

PreviousAlertConfig

Previous alert configuration.

Declaration
public AdminAlertingAlertConfiguration PreviousAlertConfig { get; protected set; }
Property Value
Type Description
AdminAlertingAlertConfiguration
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • AdminAlertingChangedAlertConfigDetails(String, AdminAlertingAlertConfiguration, AdminAlertingAlertConfiguration)
  • Properties
    • AlertName
    • NewAlertConfig
    • PreviousAlertConfig
Back to top Generated by DocFX