Class MediaWorkflowJobCollection
Results of a mediaWorkflowJob search, a list of MediaWorkflowJobSummary items and metadata of the search.
Inherited Members
Namespace: Oci.MediaservicesService.Models
Assembly: OCI.DotNetSDK.Mediaservices.dll
Syntax
public class MediaWorkflowJobCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<MediaWorkflowJobSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<MediaWorkflowJobSummary> | List of mediaWorkflowJob items. | 
Remarks
Required