Show / Hide Table of Contents

Class CreateReviewSupportDocumentAttachment

Reviewsupport document attachment for the listing revision.

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

Properties

DocumentName

Declaration
[Required(ErrorMessage = "DocumentName is required.")]
[JsonProperty(PropertyName = "documentName")]
public string DocumentName { get; set; }
Property Value
Type Description
string

Name of the review support document

Remarks

Required

TemplateCode

Declaration
[Required(ErrorMessage = "TemplateCode is required.")]
[JsonProperty(PropertyName = "templateCode")]
public string TemplateCode { get; set; }
Property Value
Type Description
string

Type of review support document

Remarks

Required

In this article
Back to top