Class HealthCheckResultResponseModel
Inheritance
System.Object
Namespace: Umbraco.Cms.Api.Management.ViewModels.HealthCheck
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class HealthCheckResultResponseModel
Properties
View SourceActions
Gets or sets the potential actions to take (if any).
Declaration
public IEnumerable<HealthCheckActionRequestModel>? Actions { get; set; }
Property Value
Type | Description |
---|---|
System. |
ReadMoreLink
This is optional but would allow a developer to get or set a link that is shown as a "Read more" button.
Declaration
public string ReadMoreLink { get; set; }
Property Value
Type | Description |
---|---|
System. |
ResultType
Gets or sets the status type.
Declaration
public StatusResultType ResultType { get; set; }
Property Value
Type | Description |
---|---|
Status |