Table of Contents

Class OrganizationAssuranceAlertsTaxonomyType

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

Organization Assurance Alerts Taxonomy Type

[DataContract]
public class OrganizationAssuranceAlertsTaxonomyType
Inheritance
OrganizationAssuranceAlertsTaxonomyType
Inherited Members

Constructors

OrganizationAssuranceAlertsTaxonomyType()

public OrganizationAssuranceAlertsTaxonomyType()

Properties

CategoryType

Alert category type

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "categoryType")]
public string CategoryType { get; set; }

Property Value

string

DeviceTypes

List of possible device types for the alert type

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "deviceTypes")]
public List<string> DeviceTypes { get; set; }

Property Value

List<string>

Severities

List of possible severities for the alert type

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "severities")]
public List<OrganizationAssuranceAlertsTaxonomyTypeSeverity> Severities { get; set; }

Property Value

List<OrganizationAssuranceAlertsTaxonomyTypeSeverity>

Title

Alert type title

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "title")]
public string Title { get; set; }

Property Value

string

Type

Alert type

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

Property Value

string