MediaWorkflowTaskDeclarationCollection¶
- 
class oci.media_services.models.MediaWorkflowTaskDeclarationCollection(**kwargs)¶
- Bases: - object- Results of the ListMediaWorkflowTaskDeclaration operation, a list of MediaWorkflowTaskDeclarations. - Methods - __init__(**kwargs)- Initializes a new MediaWorkflowTaskDeclarationCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this MediaWorkflowTaskDeclarationCollection. - 
__init__(**kwargs)¶
- Initializes a new MediaWorkflowTaskDeclarationCollection 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.MediaWorkflowTaskDeclaration]) – The value to assign to the items property of this MediaWorkflowTaskDeclarationCollection. 
 - 
items¶
- [Required] Gets the items of this MediaWorkflowTaskDeclarationCollection. List of MediaWorkflowTaskDeclaration objects. - Returns: - The items of this MediaWorkflowTaskDeclarationCollection. - Return type: - list[oci.media_services.models.MediaWorkflowTaskDeclaration] 
 
-