Show / Hide Table of Contents

Class QueryDiagnosisByHealthCheckKeyDetails

the query parameters for recommendations

Inheritance
object
QueryDiagnosisByHealthCheckKeyDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ClusterhealthService.Models
Assembly: OCI.DotNetSDK.Clusterhealth.dll
Syntax
public class QueryDiagnosisByHealthCheckKeyDetails

Properties

HealthCheckKey

Declaration
[Required(ErrorMessage = "HealthCheckKey is required.")]
[JsonProperty(PropertyName = "healthCheckKey")]
public string HealthCheckKey { get; set; }
Property Value
Type Description
string

Identifier of the health check

Remarks

Required

In this article
Back to top