Show / Hide Table of Contents

Class MediaWorkflowConfigurationCollection

Results of a mediaWorkflowConfiguration search. Contains boh MediaWorkflowConfigurationSummary items and other information, such as metadata.

Inheritance
object
MediaWorkflowConfigurationCollection
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 MediaWorkflowConfigurationCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<MediaWorkflowConfigurationSummary> Items { get; set; }
Property Value
Type Description
List<MediaWorkflowConfigurationSummary>

List of the mediaWorkflowConfigurationSummary objects.

Remarks

Required

In this article
Back to top