ManagementDashboardCollection¶
-
class
oci.management_dashboard.models.
ManagementDashboardCollection
(**kwargs)¶ Bases:
object
List of dashboards.
Methods
__init__
(**kwargs)Initializes a new ManagementDashboardCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ManagementDashboardCollection. -
__init__
(**kwargs)¶ Initializes a new ManagementDashboardCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.management_dashboard.models.ManagementDashboardSummary]) – The value to assign to the items property of this ManagementDashboardCollection.
-
items
¶ [Required] Gets the items of this ManagementDashboardCollection. Array of dashboard summaries.
Returns: The items of this ManagementDashboardCollection. Return type: list[oci.management_dashboard.models.ManagementDashboardSummary]
-