Show / Hide Table of Contents

Class ReviewSupportDocumentAttachment

Review document attachment for the listing revision.

Inheritance
object
ListingRevisionAttachment
ReviewSupportDocumentAttachment
Inherited Members
ListingRevisionAttachment.Id
ListingRevisionAttachment.CompartmentId
ListingRevisionAttachment.ListingRevisionId
ListingRevisionAttachment.DisplayName
ListingRevisionAttachment.Description
ListingRevisionAttachment.LifecycleState
ListingRevisionAttachment.TimeCreated
ListingRevisionAttachment.TimeUpdated
ListingRevisionAttachment.FreeformTags
ListingRevisionAttachment.DefinedTags
ListingRevisionAttachment.SystemTags
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 ReviewSupportDocumentAttachment : ListingRevisionAttachment

Properties

ContentUrl

Declaration
[JsonProperty(PropertyName = "contentUrl")]
public string ContentUrl { get; set; }
Property Value
Type Description
string

URL of the uploaded document.

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

MimeType

Declaration
[JsonProperty(PropertyName = "mimeType")]
public string MimeType { get; set; }
Property Value
Type Description
string

The MIME type of the uploaded data.

TemplateCode

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

Template code for the uploaded document

Remarks

Required

In this article
Back to top