Table of Contents

Class OrganizationAssuranceAlertsOverviewHistoricalItem

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

Properties

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

byAlertType

Totals by Type

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

Property Value

List<OrganizationAssuranceAlertsOverviewHistoricalItemByAlertType>