ChangeContainerRepositoryCompartmentDetails

class oci.artifacts.models.ChangeContainerRepositoryCompartmentDetails(**kwargs)

Bases: object

Change container repository compartment details.

Methods

__init__(**kwargs) Initializes a new ChangeContainerRepositoryCompartmentDetails object with values from keyword arguments.

Attributes

compartment_id [Required] Gets the compartment_id of this ChangeContainerRepositoryCompartmentDetails.
__init__(**kwargs)

Initializes a new ChangeContainerRepositoryCompartmentDetails 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 ChangeContainerRepositoryCompartmentDetails.
compartment_id

[Required] Gets the compartment_id of this ChangeContainerRepositoryCompartmentDetails. The OCID of the compartment into which to move the resource.

Returns:The compartment_id of this ChangeContainerRepositoryCompartmentDetails.
Return type:str