Show / Hide Table of Contents

Class ManagementDashboardCollection

List of dashboards.

Inheritance
object
ManagementDashboardCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top