Class OrganizationAssuranceAlertsOverviewCountsBySeverity
[DataContract]
public class OrganizationAssuranceAlertsOverviewCountsBySeverity
- Inheritance
-
OrganizationAssuranceAlertsOverviewCountsBySeverity
- Inherited Members
Properties
Count
Total count of the given severity type
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "count")]
public int Count { get; set; }
Property Value
Type
Severity Type
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "type")]
public string Type { get; set; }