View Source
Class HealthCheckGroup
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
[DataContract(Name = "healthCheckGroup", Namespace = "")]
public class HealthCheckGroup
Properties
View Source
Checks
Declaration
[DataMember(Name = "checks")]
public List<HealthCheck> Checks { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<HealthCheck> |
|
View Source
Name
Declaration
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|