AppCatalogSubscriptionSummary¶
-
class
oci.core.models.
AppCatalogSubscriptionSummary
(**kwargs)¶ Bases:
object
a subscription summary for a listing resource version.
Methods
__init__
(**kwargs)Initializes a new AppCatalogSubscriptionSummary object with values from keyword arguments. Attributes
compartment_id
Gets the compartment_id of this AppCatalogSubscriptionSummary. display_name
Gets the display_name of this AppCatalogSubscriptionSummary. listing_id
Gets the listing_id of this AppCatalogSubscriptionSummary. listing_resource_id
Gets the listing_resource_id of this AppCatalogSubscriptionSummary. listing_resource_version
Gets the listing_resource_version of this AppCatalogSubscriptionSummary. publisher_name
Gets the publisher_name of this AppCatalogSubscriptionSummary. summary
Gets the summary of this AppCatalogSubscriptionSummary. time_created
Gets the time_created of this AppCatalogSubscriptionSummary. -
__init__
(**kwargs)¶ Initializes a new AppCatalogSubscriptionSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - publisher_name (str) – The value to assign to the publisher_name property of this AppCatalogSubscriptionSummary.
- listing_id (str) – The value to assign to the listing_id property of this AppCatalogSubscriptionSummary.
- listing_resource_version (str) – The value to assign to the listing_resource_version property of this AppCatalogSubscriptionSummary.
- listing_resource_id (str) – The value to assign to the listing_resource_id property of this AppCatalogSubscriptionSummary.
- display_name (str) – The value to assign to the display_name property of this AppCatalogSubscriptionSummary.
- summary (str) – The value to assign to the summary property of this AppCatalogSubscriptionSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this AppCatalogSubscriptionSummary.
- time_created (datetime) – The value to assign to the time_created property of this AppCatalogSubscriptionSummary.
-
compartment_id
¶ Gets the compartment_id of this AppCatalogSubscriptionSummary. The compartmentID of the subscription.
Returns: The compartment_id of this AppCatalogSubscriptionSummary. Return type: str
-
display_name
¶ Gets the display_name of this AppCatalogSubscriptionSummary. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this AppCatalogSubscriptionSummary. Return type: str
-
listing_id
¶ Gets the listing_id of this AppCatalogSubscriptionSummary. The ocid of the listing resource.
Returns: The listing_id of this AppCatalogSubscriptionSummary. Return type: str
-
listing_resource_id
¶ Gets the listing_resource_id of this AppCatalogSubscriptionSummary. Listing resource id.
Returns: The listing_resource_id of this AppCatalogSubscriptionSummary. Return type: str
-
listing_resource_version
¶ Gets the listing_resource_version of this AppCatalogSubscriptionSummary. Listing resource version.
Returns: The listing_resource_version of this AppCatalogSubscriptionSummary. Return type: str
-
publisher_name
¶ Gets the publisher_name of this AppCatalogSubscriptionSummary. Name of the publisher who published this listing.
Returns: The publisher_name of this AppCatalogSubscriptionSummary. Return type: str
-
summary
¶ Gets the summary of this AppCatalogSubscriptionSummary. The short summary to the listing.
Returns: The summary of this AppCatalogSubscriptionSummary. Return type: str
-