View Source
Class HealthCheckGroupWithResultResponseModel
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class HealthCheckGroupWithResultResponseModel
Methods
View Source
List<HealthCheckWithResultPresentationModel>(Checks)
Gets or sets the health checks with the result(s) from each health check.
Declaration
public required List<HealthCheckWithResultPresentationModel>(Checks)
Parameters
Type |
Name |
Description |
Checks |
|
|
Returns
Type |
Description |
required |
|
Type Parameters
Name |
Description |
HealthCheckWithResultPresentationModel |
|