Class DiagnosisStoreCollection
Results of a diagnosis search. Contains both DiagnosisSummary items and other information, such as metadata.
Inherited Members
Namespace: Oci.ClusterhealthService.Models
Assembly: OCI.DotNetSDK.Clusterhealth.dll
Syntax
public class DiagnosisStoreCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<DiagnosisStoreSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<DiagnosisStoreSummary> | List of diagnosiss. |
Remarks
Required