Class QueryDiagnosisByHealthCheckKeyDetails
the query parameters for recommendations
Inherited Members
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