Show / Hide Table of Contents

Class CreateVideoAttachmentDetails

Create Details of the video attachment.

Inheritance
object
CreateListingRevisionAttachmentDetails
CreateVideoAttachmentDetails
Inherited Members
CreateListingRevisionAttachmentDetails.ListingRevisionId
CreateListingRevisionAttachmentDetails.DisplayName
CreateListingRevisionAttachmentDetails.Description
CreateListingRevisionAttachmentDetails.FreeformTags
CreateListingRevisionAttachmentDetails.DefinedTags
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.MarketplacepublisherService.Models
Assembly: OCI.DotNetSDK.Marketplacepublisher.dll
Syntax
public class CreateVideoAttachmentDetails : CreateListingRevisionAttachmentDetails

Properties

VideoAttachmentDetails

Declaration
[Required(ErrorMessage = "VideoAttachmentDetails is required.")]
[JsonProperty(PropertyName = "videoAttachmentDetails")]
public CreateVideoDetails VideoAttachmentDetails { get; set; }
Property Value
Type Description
CreateVideoDetails
Remarks

Required

In this article
Back to top