ChangeTagNamespaceCompartmentDetail¶
-
class
oci.identity.models.
ChangeTagNamespaceCompartmentDetail
(**kwargs)¶ Bases:
object
Details of the compartment the resource is being moved to.
Methods
__init__
(**kwargs)Initializes a new ChangeTagNamespaceCompartmentDetail object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this ChangeTagNamespaceCompartmentDetail. -
__init__
(**kwargs)¶ Initializes a new ChangeTagNamespaceCompartmentDetail 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 ChangeTagNamespaceCompartmentDetail.
-
compartment_id
¶ [Required] Gets the compartment_id of this ChangeTagNamespaceCompartmentDetail. The Oracle Cloud ID (OCID) of the destination compartment.
Returns: The compartment_id of this ChangeTagNamespaceCompartmentDetail. Return type: str
-