Show / Hide Table of Contents

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 Source

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

AlertState

Alert state.

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

RecipientsSettings

Recipient settings.

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

SensitivityLevel

Sensitivity level.

Declaration
public AdminAlertingAlertSensitivity SensitivityLevel { get; protected set; }
Property Value
Type Description
AdminAlertingAlertSensitivity

See Also

AdminAlertingChangedAlertConfigDetails
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • AdminAlertingAlertConfiguration(AdminAlertingAlertStatePolicy, AdminAlertingAlertSensitivity, RecipientsConfiguration)
  • Properties
    • AlertState
    • RecipientsSettings
    • SensitivityLevel
  • See Also
Back to top Generated by DocFX