PublisherSummary

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

Bases: object

Summary details about the publisher of the listing.

Methods

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

Attributes

description Gets the description of this PublisherSummary.
id Gets the id of this PublisherSummary.
name Gets the name of this PublisherSummary.
__init__(**kwargs)

Initializes a new PublisherSummary 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 PublisherSummary.
  • name (str) – The value to assign to the name property of this PublisherSummary.
  • description (str) – The value to assign to the description property of this PublisherSummary.
description

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

Returns:The description of this PublisherSummary.
Return type:str
id

Gets the id of this PublisherSummary. The unique identifier for the publisher.

Returns:The id of this PublisherSummary.
Return type:str
name

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

Returns:The name of this PublisherSummary.
Return type:str