Table of Contents

Class OrganizationAlertProfileUpdateRequest

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

Properties

AlertCondition

The conditions that determine if the alert triggers

[DataMember(Name = "alertCondition")]
public OrganizationAlertCondition? AlertCondition { get; set; }

Property Value

OrganizationAlertCondition

Description

User supplied description of the alert

[DataMember(Name = "description")]
public string? Description { get; set; }

Property Value

string

Enabled

Enabled

[DataMember(Name = "enabled")]
public bool? Enabled { get; set; }

Property Value

bool?

NetworkTags

Networks with these tags will be monitored for the alert

[DataMember(Name = "networkTags")]
public List<string>? NetworkTags { get; set; }

Property Value

List<string>

Recipients

List of recipients that will recieve the alert.

[DataMember(Name = "recipients")]
public OrganizationAlertRecipients? Recipients { get; set; }

Property Value

OrganizationAlertRecipients

Type

The alert type

[DataMember(Name = "type")]
public string? Type { get; set; }

Property Value

string