Class TermVersionAttachment
An attachment uploaded by the Publisher for the term.
Inherited Members
Namespace: Oci.MarketplacepublisherService.Models
Assembly: OCI.DotNetSDK.Marketplacepublisher.dll
Syntax
public class TermVersionAttachment
Properties
ContentUrl
Declaration
[Required(ErrorMessage = "ContentUrl is required.")]
[JsonProperty(PropertyName = "contentUrl")]
public string ContentUrl { get; set; }
Property Value
Type | Description |
---|---|
string | The content URL of the uploaded data. |
Remarks
Required
MimeType
Declaration
[Required(ErrorMessage = "MimeType is required.")]
[JsonProperty(PropertyName = "mimeType")]
public string MimeType { get; set; }
Property Value
Type | Description |
---|---|
string | The MIME type of the uploaded data. |
Remarks
Required