ListingRevisionIconAttachment

class oci.marketplace_publisher.models.ListingRevisionIconAttachment(**kwargs)

Bases: object

An attachment uploaded by the Publisher to be attached to the listing revision.

Methods

__init__(**kwargs) Initializes a new ListingRevisionIconAttachment object with values from keyword arguments.

Attributes

content_url [Required] Gets the content_url of this ListingRevisionIconAttachment.
mime_type [Required] Gets the mime_type of this ListingRevisionIconAttachment.
__init__(**kwargs)

Initializes a new ListingRevisionIconAttachment object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • content_url (str) – The value to assign to the content_url property of this ListingRevisionIconAttachment.
  • mime_type (str) – The value to assign to the mime_type property of this ListingRevisionIconAttachment.
content_url

[Required] Gets the content_url of this ListingRevisionIconAttachment. The content URL of the uploaded data.

Returns:The content_url of this ListingRevisionIconAttachment.
Return type:str
mime_type

[Required] Gets the mime_type of this ListingRevisionIconAttachment. The MIME type of the uploaded data.

Returns:The mime_type of this ListingRevisionIconAttachment.
Return type:str