Show / Hide Table of Contents

Class MediaWorkflowJobCollection

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

Inheritance
object
MediaWorkflowJobCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.MediaservicesService.Models
Assembly: OCI.DotNetSDK.Mediaservices.dll
Syntax
public class MediaWorkflowJobCollection

Properties

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

In this article
Back to top