Class UploadData
The model for upload data for images and icons.
Inherited Members
Namespace: Oci.MarketplaceService.Models
Assembly: OCI.DotNetSDK.Marketplace.dll
Syntax
public class UploadDataProperties
ContentUrl
Declaration
[JsonProperty(PropertyName = "contentUrl")]
public string ContentUrl { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The content URL of the upload data. | 
FileExtension
Declaration
[JsonProperty(PropertyName = "fileExtension")]
public string FileExtension { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The file extension of the upload data. | 
MimeType
Declaration
[JsonProperty(PropertyName = "mimeType")]
public string MimeType { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The MIME type of the upload data. | 
Name
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The name used to refer to the upload data. |