StreamDistributionChannelCollection

class oci.media_services.models.StreamDistributionChannelCollection(**kwargs)

Bases: object

Results of a Stream Distribution Channel search. Contains both StreamDistributionChannelSummary items and other information, such as metadata.

Methods

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

Attributes

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

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

Parameters:items (list[oci.media_services.models.StreamDistributionChannelSummary]) – The value to assign to the items property of this StreamDistributionChannelCollection.
items

[Required] Gets the items of this StreamDistributionChannelCollection. List of Stream Distribution Channels.

Returns:The items of this StreamDistributionChannelCollection.
Return type:list[oci.media_services.models.StreamDistributionChannelSummary]