Class OrganizationAssuranceAlertsTaxonomyType
Organization Assurance Alerts Taxonomy Type
[DataContract]
public class OrganizationAssuranceAlertsTaxonomyType
- Inheritance
-
OrganizationAssuranceAlertsTaxonomyType
- Inherited Members
Constructors
OrganizationAssuranceAlertsTaxonomyType()
public OrganizationAssuranceAlertsTaxonomyType()
Properties
CategoryType
Alert category type
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "categoryType")]
public string CategoryType { get; set; }
Property Value
DeviceTypes
List of possible device types for the alert type
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "deviceTypes")]
public List<string> DeviceTypes { get; set; }
Property Value
Severities
List of possible severities for the alert type
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "severities")]
public List<OrganizationAssuranceAlertsTaxonomyTypeSeverity> Severities { get; set; }
Property Value
Title
Alert type title
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "title")]
public string Title { get; set; }
Property Value
Type
Alert type
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "type")]
public string Type { get; set; }