MediaWorkflowJobCollection

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

Bases: object

Results of a mediaWorkflowJob search, a list of MediaWorkflowJobSummary items and metadata of the search.

Methods

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

Attributes

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

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

[Required] Gets the items of this MediaWorkflowJobCollection. List of mediaWorkflowJob items.

Returns:The items of this MediaWorkflowJobCollection.
Return type:list[oci.media_services.models.MediaWorkflowJobSummary]