Table of Contents

Class OrganizationAlertRecipients

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll
[DataContract]
public class OrganizationAlertRecipients
Inheritance
OrganizationAlertRecipients
Inherited Members

Properties

Emails

A list of emails that will receive information about the alert

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "emails")]
public List<string> Emails { get; set; }

Property Value

List<string>

HttpServerIds

A list base64 encoded urls of webhook endpoints that will receive information about the alert

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "httpServerIds")]
public List<string> HttpServerIds { get; set; }

Property Value

List<string>