Class ManagementDashboardCollection
List of dashboards.
Inherited Members
Namespace: Oci.ManagementdashboardService.Models
Assembly: OCI.DotNetSDK.Managementdashboard.dll
Syntax
public class ManagementDashboardCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ManagementDashboardSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<ManagementDashboardSummary> | Array of dashboard summaries. |
Remarks
Required