MediaWorkflowConfigurationCollection¶
-
class
oci.media_services.models.
MediaWorkflowConfigurationCollection
(**kwargs)¶ Bases:
object
Results of a mediaWorkflowConfiguration search. Contains boh MediaWorkflowConfigurationSummary items and other information, such as metadata.
Methods
__init__
(**kwargs)Initializes a new MediaWorkflowConfigurationCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this MediaWorkflowConfigurationCollection. -
__init__
(**kwargs)¶ Initializes a new MediaWorkflowConfigurationCollection 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.MediaWorkflowConfigurationSummary]) – The value to assign to the items property of this MediaWorkflowConfigurationCollection.
-
items
¶ [Required] Gets the items of this MediaWorkflowConfigurationCollection. List of the mediaWorkflowConfigurationSummary objects.
Returns: The items of this MediaWorkflowConfigurationCollection. Return type: list[oci.media_services.models.MediaWorkflowConfigurationSummary]
-