MoveCompartmentDetails¶
-
class
oci.identity.models.
MoveCompartmentDetails
(**kwargs)¶ Bases:
object
MoveCompartmentDetails model.
Methods
__init__
(**kwargs)Initializes a new MoveCompartmentDetails object with values from keyword arguments. Attributes
target_compartment_id
[Required] Gets the target_compartment_id of this MoveCompartmentDetails. -
__init__
(**kwargs)¶ Initializes a new MoveCompartmentDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: target_compartment_id (str) – The value to assign to the target_compartment_id property of this MoveCompartmentDetails.
-