StreamCdnConfigCollection

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

Bases: object

Results of a streamCdnConfig search. Contains both StreamCdnConfigSummary items and other information, such as metadata.

Methods

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

Attributes

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

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

[Required] Gets the items of this StreamCdnConfigCollection. List of streamCdnConfigs.

Returns:The items of this StreamCdnConfigCollection.
Return type:list[oci.media_services.models.StreamCdnConfigSummary]