Class StreamDistributionChannelCollection
Results of a Stream Distribution Channel search. Contains both StreamDistributionChannelSummary items and other information, such as metadata.
Inherited Members
Namespace: Oci.MediaservicesService.Models
Assembly: OCI.DotNetSDK.Mediaservices.dll
Syntax
public class StreamDistributionChannelCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<StreamDistributionChannelSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<StreamDistributionChannelSummary> | List of Stream Distribution Channels. |
Remarks
Required