AppCatalogListing¶
-
class
oci.core.models.
AppCatalogListing
(**kwargs)¶ Bases:
object
Listing details.
Methods
__init__
(**kwargs)Initializes a new AppCatalogListing object with values from keyword arguments. Attributes
contact_url
Gets the contact_url of this AppCatalogListing. description
Gets the description of this AppCatalogListing. display_name
Gets the display_name of this AppCatalogListing. listing_id
Gets the listing_id of this AppCatalogListing. publisher_logo_url
Gets the publisher_logo_url of this AppCatalogListing. publisher_name
Gets the publisher_name of this AppCatalogListing. summary
Gets the summary of this AppCatalogListing. time_published
Gets the time_published of this AppCatalogListing. -
__init__
(**kwargs)¶ Initializes a new AppCatalogListing object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - contact_url (str) – The value to assign to the contact_url property of this AppCatalogListing.
- description (str) – The value to assign to the description property of this AppCatalogListing.
- listing_id (str) – The value to assign to the listing_id property of this AppCatalogListing.
- display_name (str) – The value to assign to the display_name property of this AppCatalogListing.
- time_published (datetime) – The value to assign to the time_published property of this AppCatalogListing.
- publisher_logo_url (str) – The value to assign to the publisher_logo_url property of this AppCatalogListing.
- publisher_name (str) – The value to assign to the publisher_name property of this AppCatalogListing.
- summary (str) – The value to assign to the summary property of this AppCatalogListing.
-
contact_url
¶ Gets the contact_url of this AppCatalogListing. Listing’s contact URL.
Returns: The contact_url of this AppCatalogListing. Return type: str
-
description
¶ Gets the description of this AppCatalogListing. Description of the listing.
Returns: The description of this AppCatalogListing. Return type: str
-
display_name
¶ Gets the display_name of this AppCatalogListing. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this AppCatalogListing. Return type: str
-
listing_id
¶ Gets the listing_id of this AppCatalogListing. The OCID of the listing.
Returns: The listing_id of this AppCatalogListing. Return type: str
-
publisher_logo_url
¶ Gets the publisher_logo_url of this AppCatalogListing. Publisher’s logo URL.
Returns: The publisher_logo_url of this AppCatalogListing. Return type: str
-
publisher_name
¶ Gets the publisher_name of this AppCatalogListing. Name of the publisher who published this listing.
Returns: The publisher_name of this AppCatalogListing. Return type: str
-
summary
¶ Gets the summary of this AppCatalogListing. Summary of the listing.
Returns: The summary of this AppCatalogListing. Return type: str
-