Class DiagnosisResults
the results of requestDiagnosis
Inherited Members
Namespace: Oci.ClusterhealthService.Models
Assembly: OCI.DotNetSDK.Clusterhealth.dll
Syntax
public class DiagnosisResults
Properties
RecommendationReports
Declaration
[Required(ErrorMessage = "RecommendationReports is required.")]
[JsonProperty(PropertyName = "recommendationReports")]
public List<RecommendationReport> RecommendationReports { get; set; }
Property Value
| Type | Description |
|---|---|
| List<RecommendationReport> | collection of recommendation reports generated for each requested test |
Remarks
Required