DashboardGroupCollection

class oci.dashboard_service.models.DashboardGroupCollection(**kwargs)

Bases: object

A list of dashboard groups that match filter criteria, if any. Results contain DashboardGroupSummary objects.

Methods

__init__(**kwargs) Initializes a new DashboardGroupCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this DashboardGroupCollection.
__init__(**kwargs)

Initializes a new DashboardGroupCollection 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.DashboardGroupSummary]) – The value to assign to the items property of this DashboardGroupCollection.
items

[Required] Gets the items of this DashboardGroupCollection. A list of dashboard groups.

Returns:The items of this DashboardGroupCollection.
Return type:list[oci.dashboard_service.models.DashboardGroupSummary]