Class HealthAlert
Health alert
[DataContract]
public class HealthAlert
- Inheritance
-
HealthAlert
- Inherited Members
Properties
Category
Category
[DataMember(Name = "category")]
public string Category { get; set; }
Property Value
Id
Id
[DataMember(Name = "id")]
public string Id { get; set; }
Property Value
Scope
Scope
[DataMember(Name = "scope")]
public HealthAlertScope Scope { get; set; }
Property Value
Severity
Severity
[DataMember(Name = "severity")]
public string Severity { get; set; }
Property Value
Type
Type
public string Type { get; set; }