CloneCatalogItemDetails¶
-
class
oci.fleet_apps_management.models.CloneCatalogItemDetails(**kwargs)¶ Bases:
objectThe configuration details for the clone operation.
Methods
__init__(**kwargs)Initializes a new CloneCatalogItemDetails object with values from keyword arguments. Attributes
compartment_id[Required] Gets the compartment_id of this CloneCatalogItemDetails. version_descriptionGets the version_description of this CloneCatalogItemDetails. -
__init__(**kwargs)¶ Initializes a new CloneCatalogItemDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - compartment_id (str) – The value to assign to the compartment_id property of this CloneCatalogItemDetails.
- version_description (str) – The value to assign to the version_description property of this CloneCatalogItemDetails.
-
compartment_id¶ [Required] Gets the compartment_id of this CloneCatalogItemDetails. The OCID of the compartment to clone the CatalogItem to
Returns: The compartment_id of this CloneCatalogItemDetails. Return type: str
-
version_description¶ Gets the version_description of this CloneCatalogItemDetails. Version description about the catalog item.
Returns: The version_description of this CloneCatalogItemDetails. Return type: str
-