PublisherSummary¶
-
class
oci.service_catalog.models.
PublisherSummary
(**kwargs)¶ Bases:
object
Summary details about the publisher of the resource.
Methods
__init__
(**kwargs)Initializes a new PublisherSummary object with values from keyword arguments. Attributes
display_name
[Required] Gets the display_name of this PublisherSummary. id
[Required] Gets the id 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.
- display_name (str) – The value to assign to the display_name property of this PublisherSummary.
-
display_name
¶ [Required] Gets the display_name of this PublisherSummary. The name of the publisher.
Returns: The display_name of this PublisherSummary. Return type: str
-
id
¶ [Required] Gets the id of this PublisherSummary. The unique identifier for the publisher.
Returns: The id of this PublisherSummary. Return type: str
-