Table of Contents

Class OrganizationAssuranceAlertsOverviewHistoricalItem

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

Organization Assurance Alerts Overview Historical Item

[DataContract]
public class OrganizationAssuranceAlertsOverviewHistoricalItem
Inheritance
OrganizationAssuranceAlertsOverviewHistoricalItem
Inherited Members

Constructors

OrganizationAssuranceAlertsOverviewHistoricalItem()

public OrganizationAssuranceAlertsOverviewHistoricalItem()

Properties

ByAlertType

Totals by Type

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "byAlertType")]
public List<OrganizationAssuranceAlertsOverviewHistoricalItemByAlertType> ByAlertType { get; set; }

Property Value

List<OrganizationAssuranceAlertsOverviewHistoricalItemByAlertType>

SegmentStart

Starting datetime of the segment in iso8601 format

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

Property Value

string

Totals

Totals by Severity

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "totals")]
public OrganizationAssuranceAlertsOverviewHistoricalItemTotals Totals { get; set; }

Property Value

OrganizationAssuranceAlertsOverviewHistoricalItemTotals