Class NetworkAlertsHistoryItemDestinations
the destinations this alert is configured to be delivered to
[DataContract]
public class NetworkAlertsHistoryItemDestinations
- Inheritance
-
NetworkAlertsHistoryItemDestinations
- Inherited Members
Constructors
NetworkAlertsHistoryItemDestinations()
public NetworkAlertsHistoryItemDestinations()
Properties
email destinations for this alert
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "email")]
public NetworkAlertsHistoryItemDestinationsEmail Email { get; set; }
Property Value
Push
push destinations for this alert
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "push")]
public NetworkAlertsHistoryItemDestinationsPush Push { get; set; }
Property Value
Sms
sms destinations for this alert
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "sms")]
public NetworkAlertsHistoryItemDestinationsSms Sms { get; set; }
Property Value
Webhook
webhook destinations for this alert
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "webhook")]
public NetworkAlertsHistoryItemDestinationsWebhook Webhook { get; set; }