Class HealthCheckWithResultPresentationModel
Namespace: Umbraco.Cms.Api.Management.ViewModels.HealthCheck
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class HealthCheckWithResultPresentationModel : HealthCheckModelBase
Properties
View SourceResults
Gets or sets the result(s) for a health check. There can be several.
Declaration
public List<HealthCheckResultResponseModel>? Results { get; set; }
Property Value
Type | Description |
---|---|
System. |