Dropbox .NET SDK

Class AdminAlertingChangedAlertConfigDetails

Changed an alert setting.

Inheritance
object
AdminAlertingChangedAlertConfigDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class AdminAlertingChangedAlertConfigDetails

Constructors

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
string alertName

Alert Name.

AdminAlertingAlertConfiguration previousAlertConfig

Previous alert configuration.

AdminAlertingAlertConfiguration newAlertConfig

New alert configuration.

Properties

View Source

AlertName

Alert Name.

Declaration
public string AlertName { get; protected set; }
Property Value
Type Description
string
View Source

NewAlertConfig

New alert configuration.

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

PreviousAlertConfig

Previous alert configuration.

Declaration
public AdminAlertingAlertConfiguration PreviousAlertConfig { get; protected set; }
Property Value
Type Description
AdminAlertingAlertConfiguration
  • View Source
In this article
Back to top Dropbox .NET SDK