Class UpdateReviewSupportDocumentAttachment
Reviewsupport document attachment for the listing revision.
Inherited Members
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