Table of Contents

Class OrganizationAssuranceAlertsOverviewHistoricalItemByAlertType

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

Organization Assurance Alerts Overview Historical Item By Alert Type

[DataContract]
public class OrganizationAssuranceAlertsOverviewHistoricalItemByAlertType
Inheritance
OrganizationAssuranceAlertsOverviewHistoricalItemByAlertType
Inherited Members

Constructors

OrganizationAssuranceAlertsOverviewHistoricalItemByAlertType()

public OrganizationAssuranceAlertsOverviewHistoricalItemByAlertType()

Properties

Critical

Critical Severity Count

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "critical")]
public int Critical { get; set; }

Property Value

int

Informational

Informational Severity Count

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "informational")]
public int Informational { get; set; }

Property Value

int

Type

Alert Type

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

Property Value

string

Warning

Warning Severity Count

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "warning")]
public int Warning { get; set; }

Property Value

int