Class NetworkAlertSettings
NetworkAlertSettings
[DataContract]
public class NetworkAlertSettings
- Inheritance
-
NetworkAlertSettings
- Inherited Members
Properties
Alerts
Alert-specific configuration for each type. Only alerts that pertain to the network can be updated.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "alerts")]
public List<Alert>? Alerts { get; set; }
Property Value
- List<Alert>
Alert-specific configuration for each type. Only alerts that pertain to the network can be updated.
DefaultDestinations
Gets or Sets DefaultDestinations
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "defaultDestinations")]
public DefaultDestinations DefaultDestinations { get; set; }
Property Value
Muting
Muting - Undocumented as at 2023-06-23
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "muting")]
public NetworkAlertSettingsMuting Muting { get; set; }