Publisher

class oci.marketplace.models.Publisher(**kwargs)

Bases: object

The model for a publisher.

Methods

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

Attributes

contact_email Gets the contact_email of this Publisher.
contact_phone Gets the contact_phone of this Publisher.
description Gets the description of this Publisher.
hq_address Gets the hq_address of this Publisher.
id Gets the id of this Publisher.
links Gets the links of this Publisher.
logo Gets the logo of this Publisher.
name Gets the name of this Publisher.
website_url Gets the website_url of this Publisher.
year_founded Gets the year_founded of this Publisher.
__init__(**kwargs)

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

Parameters:
  • id (str) – The value to assign to the id property of this Publisher.
  • name (str) – The value to assign to the name property of this Publisher.
  • description (str) – The value to assign to the description property of this Publisher.
  • year_founded (int) – The value to assign to the year_founded property of this Publisher.
  • website_url (str) – The value to assign to the website_url property of this Publisher.
  • contact_email (str) – The value to assign to the contact_email property of this Publisher.
  • contact_phone (str) – The value to assign to the contact_phone property of this Publisher.
  • hq_address (str) – The value to assign to the hq_address property of this Publisher.
  • logo (oci.marketplace.models.UploadData) – The value to assign to the logo property of this Publisher.
  • links (list[oci.marketplace.models.Link]) – The value to assign to the links property of this Publisher.
contact_email

Gets the contact_email of this Publisher. The email address of the publisher.

Returns:The contact_email of this Publisher.
Return type:str
contact_phone

Gets the contact_phone of this Publisher. The phone number of the publisher.

Returns:The contact_phone of this Publisher.
Return type:str
description

Gets the description of this Publisher. A description of the publisher.

Returns:The description of this Publisher.
Return type:str
hq_address

Gets the hq_address of this Publisher. The address of the publisher’s headquarters.

Returns:The hq_address of this Publisher.
Return type:str
id

Gets the id of this Publisher. Unique identifier for the publisher.

Returns:The id of this Publisher.
Return type:str

Gets the links of this Publisher. Reference links.

Returns:The links of this Publisher.
Return type:list[oci.marketplace.models.Link]

Gets the logo of this Publisher.

Returns:The logo of this Publisher.
Return type:oci.marketplace.models.UploadData
name

Gets the name of this Publisher. The name of the publisher.

Returns:The name of this Publisher.
Return type:str
website_url

Gets the website_url of this Publisher. The publisher’s website.

Returns:The website_url of this Publisher.
Return type:str
year_founded

Gets the year_founded of this Publisher. The year the publisher’s company or organization was founded.

Returns:The year_founded of this Publisher.
Return type:int