Show / Hide Table of Contents

Class ListingRevisionBannerAttachment

Banner uploaded by the Publisher to be attached to the listing revision.

Inheritance
object
ListingRevisionBannerAttachment
Inherited Members
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 ListingRevisionBannerAttachment

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

Name

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

The name of uploaded banner.

In this article
Back to top