Search Results for

    Show / Hide Table of Contents
    View Source

    Class HealthCheckResultResponseModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.ViewModels.HealthCheck
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class HealthCheckResultResponseModel

    Properties

    View Source

    Actions

    Gets or sets the potential actions to take (if any).

    Declaration
    public IEnumerable<HealthCheckActionRequestModel>? Actions { get; set; }
    Property Value
    Type Description
    System.Nullable<IEnumerable<HealthCheckActionRequestModel>>
    View Source

    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.String
    View Source

    ResultType

    Gets or sets the status type.

    Declaration
    public StatusResultType ResultType { get; set; }
    Property Value
    Type Description
    StatusResultType
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Actions
      • ReadMoreLink
      • ResultType
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX