AppCatalogListingResourceVersionSummary¶
-
class
oci.core.models.AppCatalogListingResourceVersionSummary(**kwargs)¶ Bases:
objectListing Resource Version summary
Methods
__init__(**kwargs)Initializes a new AppCatalogListingResourceVersionSummary object with values from keyword arguments. Attributes
listing_idGets the listing_id of this AppCatalogListingResourceVersionSummary. listing_resource_idGets the listing_resource_id of this AppCatalogListingResourceVersionSummary. listing_resource_versionGets the listing_resource_version of this AppCatalogListingResourceVersionSummary. time_publishedGets the time_published of this AppCatalogListingResourceVersionSummary. -
__init__(**kwargs)¶ Initializes a new AppCatalogListingResourceVersionSummary 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 AppCatalogListingResourceVersionSummary.
- time_published (datetime) – The value to assign to the time_published property of this AppCatalogListingResourceVersionSummary.
- listing_resource_id (str) – The value to assign to the listing_resource_id property of this AppCatalogListingResourceVersionSummary.
- listing_resource_version (str) – The value to assign to the listing_resource_version property of this AppCatalogListingResourceVersionSummary.
-
listing_id¶ Gets the listing_id of this AppCatalogListingResourceVersionSummary. The OCID of the listing this resource version belongs to.
Returns: The listing_id of this AppCatalogListingResourceVersionSummary. Return type: str
-
listing_resource_id¶ Gets the listing_resource_id of this AppCatalogListingResourceVersionSummary. OCID of the listing resource.
Returns: The listing_resource_id of this AppCatalogListingResourceVersionSummary. Return type: str
-
listing_resource_version¶ Gets the listing_resource_version of this AppCatalogListingResourceVersionSummary. Resource Version.
Returns: The listing_resource_version of this AppCatalogListingResourceVersionSummary. Return type: str
-