Class AwrHubSourceSummaryCollection
Collection of Awr Hub sources.
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class AwrHubSourceSummaryCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<AwrHubSourceSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<AwrHubSourceSummary> | Array of Awr Hub source objects. |
Remarks
Required