OccCustomerGroupCollection

class oci.capacity_management.models.OccCustomerGroupCollection(**kwargs)

Bases: object

A list of customer groups.

Methods

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

Attributes

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

Initializes a new OccCustomerGroupCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.capacity_management.models.OccCustomerGroupSummary]) – The value to assign to the items property of this OccCustomerGroupCollection.
items

[Required] Gets the items of this OccCustomerGroupCollection. An array of customer groups.

Returns:The items of this OccCustomerGroupCollection.
Return type:list[oci.capacity_management.models.OccCustomerGroupSummary]