SystemMediaWorkflowCollection

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

Bases: object

Result for the ListSystemMediaWorkflows operation.

Methods

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

Attributes

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

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

[Required] Gets the items of this SystemMediaWorkflowCollection. List of SytemMediaWorkflow items.

Returns:The items of this SystemMediaWorkflowCollection.
Return type:list[oci.media_services.models.SystemMediaWorkflow]