Class MediaAssetDistributionChannelAttachmentCollection
Results of a MediaAssetDistributionChannelAttachment search. Contains the MediaAssetDistributionChannelAttachmentSummary items.
Inherited Members
Namespace: Oci.MediaservicesService.Models
Assembly: OCI.DotNetSDK.Mediaservices.dll
Syntax
public class MediaAssetDistributionChannelAttachmentCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<MediaAssetDistributionChannelAttachmentSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<MediaAssetDistributionChannelAttachmentSummary> | List of Distribution Channel attachments. | 
Remarks
Required