AppCatalogListingSummary

class oci.core.models.AppCatalogListingSummary(**kwargs)

Bases: object

A summary of a listing.

Methods

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

Attributes

display_name Gets the display_name of this AppCatalogListingSummary.
listing_id Gets the listing_id of this AppCatalogListingSummary.
publisher_name Gets the publisher_name of this AppCatalogListingSummary.
summary Gets the summary of this AppCatalogListingSummary.
__init__(**kwargs)

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

Parameters:
  • listing_id (str) – The value to assign to the listing_id property of this AppCatalogListingSummary.
  • display_name (str) – The value to assign to the display_name property of this AppCatalogListingSummary.
  • summary (str) – The value to assign to the summary property of this AppCatalogListingSummary.
  • publisher_name (str) – The value to assign to the publisher_name property of this AppCatalogListingSummary.
display_name

Gets the display_name of this AppCatalogListingSummary. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.

Returns:The display_name of this AppCatalogListingSummary.
Return type:str
listing_id

Gets the listing_id of this AppCatalogListingSummary. the region free ocid of the listing resource.

Returns:The listing_id of this AppCatalogListingSummary.
Return type:str
publisher_name

Gets the publisher_name of this AppCatalogListingSummary. The name of the publisher who published this listing.

Returns:The publisher_name of this AppCatalogListingSummary.
Return type:str
summary

Gets the summary of this AppCatalogListingSummary. The short summary for the listing.

Returns:The summary of this AppCatalogListingSummary.
Return type:str