Class DashboardGroupCollection
A list of dashboard groups that match filter criteria, if any. Results contain DashboardGroupSummary
objects.
Inherited Members
Namespace: Oci.DashboardService.Models
Assembly: OCI.DotNetSDK.Dashboardservice.dll
Syntax
public class DashboardGroupCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<DashboardGroupSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<DashboardGroupSummary> | A list of dashboard groups. |
Remarks
Required