MediaWorkflowCollection

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

Bases: object

Results of a MediaWorkflow search. Contains both MediaWorkflowSummary items and other information, such as metadata.

Methods

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

Attributes

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

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

[Required] Gets the items of this MediaWorkflowCollection. List of all MediaWorkflows.

Returns:The items of this MediaWorkflowCollection.
Return type:list[oci.media_services.models.MediaWorkflowSummary]