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