StreamPackagingConfigCollection

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

Bases: object

Results of a Packaging Configuration search. Contains both StreamPackagingConfigSummary items and other information, such as metadata.

Methods

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

Attributes

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

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

[Required] Gets the items of this StreamPackagingConfigCollection. List of Packaging Configurations.

Returns:The items of this StreamPackagingConfigCollection.
Return type:list[oci.media_services.models.StreamPackagingConfigSummary]