Show / Hide Table of Contents

Class UpdateReviewSupportDocumentAttachment

Reviewsupport document attachment for the listing revision.

Inheritance
object
UpdateListingRevisionAttachmentDetails
UpdateReviewSupportDocumentAttachment
Inherited Members
UpdateListingRevisionAttachmentDetails.DisplayName
UpdateListingRevisionAttachmentDetails.Description
UpdateListingRevisionAttachmentDetails.FreeformTags
UpdateListingRevisionAttachmentDetails.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 UpdateReviewSupportDocumentAttachment : UpdateListingRevisionAttachmentDetails

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