Show / Hide Table of Contents

Class CreateRelatedDocumentAttachmentDetails

Create Details of the related document attachment.

Inheritance
object
CreateListingRevisionAttachmentDetails
CreateRelatedDocumentAttachmentDetails
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 CreateRelatedDocumentAttachmentDetails : CreateListingRevisionAttachmentDetails

Properties

DocumentCategory

Declaration
[Required(ErrorMessage = "DocumentCategory is required.")]
[JsonProperty(PropertyName = "documentCategory")]
[JsonConverter(typeof(StringEnumConverter))]
public RelatedDocumentAttachment.DocumentCategoryEnum? DocumentCategory { get; set; }
Property Value
Type Description
RelatedDocumentAttachment.DocumentCategoryEnum?

The document category of the listing revision attachment.

Remarks

Required

In this article
Back to top