Class RequestDiagnosisDetails
The details of the diagnosis analysis request operation.
Inherited Members
Namespace: Oci.ClusterhealthService.Models
Assembly: OCI.DotNetSDK.Clusterhealth.dll
Syntax
public class RequestDiagnosisDetails
Properties
HealthCheckKeys
Declaration
[Required(ErrorMessage = "HealthCheckKeys is required.")]
[JsonProperty(PropertyName = "healthCheckKeys")]
public List<string> HealthCheckKeys { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> | A list of health check IDs. |
Remarks
Required