Show / Hide Table of Contents

Class DiagnosisResults

the results of requestDiagnosis

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

In this article
Back to top