Show / Hide Table of Contents

Class RequestDiagnosisDetails

The details of the diagnosis analysis request operation.

Inheritance
object
RequestDiagnosisDetails
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 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

In this article
Back to top