ContainerCollection

class oci.jms.models.ContainerCollection(**kwargs)

Bases: object

Collection of the container summary.

Methods

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

Attributes

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

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

Parameters:items (list[oci.jms.models.ContainerSummary]) – The value to assign to the items property of this ContainerCollection.
items

[Required] Gets the items of this ContainerCollection. A list of the container summaries.

Returns:The items of this ContainerCollection.
Return type:list[oci.jms.models.ContainerSummary]