Class OrganizationAssuranceAlertsOverviewHistoricalItem
[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
Totals
Totals by Severity
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "totals")]
public OrganizationAssuranceAlertsOverviewHistoricalItemTotals Totals { get; set; }
Property Value
byAlertType
Totals by Type
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "byAlertType")]
public List<OrganizationAssuranceAlertsOverviewHistoricalItemByAlertType> byAlertType { get; set; }