Class CreateVideoAttachmentDetails
Create Details of the video attachment.
Inherited Members
Namespace: Oci.MarketplacepublisherService.Models
Assembly: OCI.DotNetSDK.Marketplacepublisher.dll
Syntax
public class CreateVideoAttachmentDetails : CreateListingRevisionAttachmentDetailsProperties
VideoAttachmentDetails
Declaration
[Required(ErrorMessage = "VideoAttachmentDetails is required.")]
[JsonProperty(PropertyName = "videoAttachmentDetails")]
public CreateVideoDetails VideoAttachmentDetails { get; set; }Property Value
| Type | Description | 
|---|---|
| CreateVideoDetails | 
Remarks
Required