Class CreateReviewSupportDocumentAttachment
Reviewsupport document attachment for the listing revision.
Inherited Members
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
SourceType
Declaration
[JsonProperty(PropertyName = "sourceType")]
[JsonConverter(typeof(StringEnumConverter))]
public ListingRevisionAttachment.SourceTypeEnum? SourceType { get; set; }
Property Value
| Type | Description |
|---|---|
| ListingRevisionAttachment.SourceTypeEnum? | The specified attachment type is Internal or External. |
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