Table of Contents

Class NetworkAlertsHistoryItemDestinations

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

the destinations this alert is configured to be delivered to

[DataContract]
public class NetworkAlertsHistoryItemDestinations
Inheritance
NetworkAlertsHistoryItemDestinations
Inherited Members

Constructors

NetworkAlertsHistoryItemDestinations()

public NetworkAlertsHistoryItemDestinations()

Properties

Email

email destinations for this alert

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "email")]
public NetworkAlertsHistoryItemDestinationsEmail Email { get; set; }

Property Value

NetworkAlertsHistoryItemDestinationsEmail

Push

push destinations for this alert

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "push")]
public NetworkAlertsHistoryItemDestinationsPush Push { get; set; }

Property Value

NetworkAlertsHistoryItemDestinationsPush

Sms

sms destinations for this alert

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "sms")]
public NetworkAlertsHistoryItemDestinationsSms Sms { get; set; }

Property Value

NetworkAlertsHistoryItemDestinationsSms

Webhook

webhook destinations for this alert

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "webhook")]
public NetworkAlertsHistoryItemDestinationsWebhook Webhook { get; set; }

Property Value

NetworkAlertsHistoryItemDestinationsWebhook