📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
data_integration
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_integration/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_copy_object_request_details.cpython-39.pyc
a ���f[ � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�CreateCopyObjectRequestDetailsz! Details of copy object. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a. Initializes a new CreateCopyObjectRequestDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param source_workspace_id: The value to assign to the source_workspace_id property of this CreateCopyObjectRequestDetails. :type source_workspace_id: str :param object_keys: The value to assign to the object_keys property of this CreateCopyObjectRequestDetails. :type object_keys: list[str] :param copy_conflict_resolution: The value to assign to the copy_conflict_resolution property of this CreateCopyObjectRequestDetails. :type copy_conflict_resolution: oci.data_integration.models.CopyConflictResolution �strz list[str]ZCopyConflictResolution)�source_workspace_id�object_keys�copy_conflict_resolutionZsourceWorkspaceIdZ objectKeysZcopyConflictResolutionN)Z swagger_typesZ attribute_map�_source_workspace_id�_object_keys�_copy_conflict_resolution)�self�kwargs� r �b/usr/lib/python3.9/site-packages/oci/data_integration/models/create_copy_object_request_details.py�__init__ s ��z'CreateCopyObjectRequestDetails.__init__c C s | j S )a **[Required]** Gets the source_workspace_id of this CreateCopyObjectRequestDetails. The workspace id of the source from where we need to copy object. :return: The source_workspace_id of this CreateCopyObjectRequestDetails. :rtype: str �r �r r r r r 4 s z2CreateCopyObjectRequestDetails.source_workspace_idc C s || _ dS )a Sets the source_workspace_id of this CreateCopyObjectRequestDetails. The workspace id of the source from where we need to copy object. :param source_workspace_id: The source_workspace_id of this CreateCopyObjectRequestDetails. :type: str Nr )r r r r r r @ s c C s | j S )z� **[Required]** Gets the object_keys of this CreateCopyObjectRequestDetails. The list of the objects to be copied. :return: The object_keys of this CreateCopyObjectRequestDetails. :rtype: list[str] �r r r r r r L s z*CreateCopyObjectRequestDetails.object_keysc C s || _ dS )z� Sets the object_keys of this CreateCopyObjectRequestDetails. The list of the objects to be copied. :param object_keys: The object_keys of this CreateCopyObjectRequestDetails. :type: list[str] Nr )r r r r r r X s c C s | j S )a **[Required]** Gets the copy_conflict_resolution of this CreateCopyObjectRequestDetails. :return: The copy_conflict_resolution of this CreateCopyObjectRequestDetails. :rtype: oci.data_integration.models.CopyConflictResolution �r r r r r r d s z7CreateCopyObjectRequestDetails.copy_conflict_resolutionc C s || _ dS )a Sets the copy_conflict_resolution of this CreateCopyObjectRequestDetails. :param copy_conflict_resolution: The copy_conflict_resolution of this CreateCopyObjectRequestDetails. :type: oci.data_integration.models.CopyConflictResolution Nr )r r r r r r n s c C s t | �S �N)r r r r r �__repr__x s z'CreateCopyObjectRequestDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__{ s z%CreateCopyObjectRequestDetails.__eq__c C s | |k S r r r r r r �__ne__� s z%CreateCopyObjectRequestDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"