MediaAssetDistributionChannelAttachmentCollection

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

Bases: object

Results of a MediaAssetDistributionChannelAttachment search. Contains the MediaAssetDistributionChannelAttachmentSummary items.

Methods

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

Attributes

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

Initializes a new MediaAssetDistributionChannelAttachmentCollection 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.MediaAssetDistributionChannelAttachmentSummary]) – The value to assign to the items property of this MediaAssetDistributionChannelAttachmentCollection.
items

[Required] Gets the items of this MediaAssetDistributionChannelAttachmentCollection. List of Distribution Channel attachments.

Returns:The items of this MediaAssetDistributionChannelAttachmentCollection.
Return type:list[oci.media_services.models.MediaAssetDistributionChannelAttachmentSummary]