ChannelCollection

class oci.oda.models.ChannelCollection(**kwargs)

Bases: object

A collection of Channel summaries.

Methods

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

Attributes

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

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

Parameters:items (list[oci.oda.models.ChannelSummary]) – The value to assign to the items property of this ChannelCollection.
items

[Required] Gets the items of this ChannelCollection. The Channel summaries.

Returns:The items of this ChannelCollection.
Return type:list[oci.oda.models.ChannelSummary]