Class RelatedDocumentAttachment
Related document attachment for the listing revision.
Inherited Members
Namespace: Oci.MarketplacepublisherService.Models
Assembly: OCI.DotNetSDK.Marketplacepublisher.dll
Syntax
public class RelatedDocumentAttachment : ListingRevisionAttachment
Properties
ContentUrl
Declaration
[JsonProperty(PropertyName = "contentUrl")]
public string ContentUrl { get; set; }
Property Value
Type | Description |
---|---|
string | URL of the uploaded document. |
DocumentCategory
Declaration
[JsonProperty(PropertyName = "documentCategory")]
[JsonConverter(typeof(ResponseEnumConverter))]
public RelatedDocumentAttachment.DocumentCategoryEnum? DocumentCategory { get; set; }
Property Value
Type | Description |
---|---|
RelatedDocumentAttachment.DocumentCategoryEnum? | Possible lifecycle states. |
MimeType
Declaration
[JsonProperty(PropertyName = "mimeType")]
public string MimeType { get; set; }
Property Value
Type | Description |
---|---|
string | The MIME type of the uploaded data. |