MediaWorkflowJobFactCollection¶
-
class
oci.media_services.models.
MediaWorkflowJobFactCollection
(**kwargs)¶ Bases:
object
Results of a jobDetail search, a list of MediaWorkflowJobFacts items and metadata of the search.
Methods
__init__
(**kwargs)Initializes a new MediaWorkflowJobFactCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this MediaWorkflowJobFactCollection. -
__init__
(**kwargs)¶ Initializes a new MediaWorkflowJobFactCollection 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.MediaWorkflowJobFactSummary]) – The value to assign to the items property of this MediaWorkflowJobFactCollection.
-
items
¶ [Required] Gets the items of this MediaWorkflowJobFactCollection. List of mediaWorkflowJob items.
Returns: The items of this MediaWorkflowJobFactCollection. Return type: list[oci.media_services.models.MediaWorkflowJobFactSummary]
-