ConsumerGroupCollection

class oci.queue.models.ConsumerGroupCollection(**kwargs)

Bases: object

Results of a consumer group search. Contains both ConsumerGroupSummary items and other information, such as metadata.

Methods

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

Attributes

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

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

Parameters:items (list[oci.queue.models.ConsumerGroupSummary]) – The value to assign to the items property of this ConsumerGroupCollection.
items

[Required] Gets the items of this ConsumerGroupCollection. List of consumer groups.

Returns:The items of this ConsumerGroupCollection.
Return type:list[oci.queue.models.ConsumerGroupSummary]