Show / Hide Table of Contents

Class StreamPackagingConfigCollection

Results of a Packaging Configuration search. Contains both StreamPackagingConfigSummary items and other information, such as metadata.

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

Properties

Items

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

List of Packaging Configurations.

Remarks

Required

In this article
Back to top