AdminTermVersionAttachment

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

Bases: object

An attachment uploaded by the Publisher for the term.

Methods

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

Attributes

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

Initializes a new AdminTermVersionAttachment 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 AdminTermVersionAttachment.
  • mime_type (str) – The value to assign to the mime_type property of this AdminTermVersionAttachment.
  • term_version_content (str) – The value to assign to the term_version_content property of this AdminTermVersionAttachment.
content_url

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

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

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

Returns:The mime_type of this AdminTermVersionAttachment.
Return type:str
term_version_content

[Required] Gets the term_version_content of this AdminTermVersionAttachment. The term version content.

Returns:The term_version_content of this AdminTermVersionAttachment.
Return type:str