📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/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.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: copy_object_metadata_summary.cpython-39.pyc
a ���fL. � @ 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 @ sD e Zd ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze d d!� �Zejd"d!� �Ze d#d$� �Zejd%d$� �Zd&d'� Zd(d)� Zd*d+� Zd,S )-�CopyObjectMetadataSummaryz$ Details of copied objects. �CREATED�RETAINED� DUPLICATED�REPLACEDc K sx ddddddddddd� | _ dddddd d ddd d� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new CopyObjectMetadataSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param old_key: The value to assign to the old_key property of this CopyObjectMetadataSummary. :type old_key: str :param new_key: The value to assign to the new_key property of this CopyObjectMetadataSummary. :type new_key: str :param name: The value to assign to the name property of this CopyObjectMetadataSummary. :type name: str :param identifier: The value to assign to the identifier property of this CopyObjectMetadataSummary. :type identifier: str :param object_type: The value to assign to the object_type property of this CopyObjectMetadataSummary. :type object_type: str :param object_version: The value to assign to the object_version property of this CopyObjectMetadataSummary. :type object_version: str :param aggregator_key: The value to assign to the aggregator_key property of this CopyObjectMetadataSummary. :type aggregator_key: str :param name_path: The value to assign to the name_path property of this CopyObjectMetadataSummary. :type name_path: str :param time_updated_in_millis: The value to assign to the time_updated_in_millis property of this CopyObjectMetadataSummary. :type time_updated_in_millis: int :param resolution_action: The value to assign to the resolution_action property of this CopyObjectMetadataSummary. Allowed values for this property are: "CREATED", "RETAINED", "DUPLICATED", "REPLACED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type resolution_action: str �str�int) �old_key�new_key�name� identifier�object_type�object_version�aggregator_key� name_path�time_updated_in_millis�resolution_actionZoldKeyZnewKeyr r Z objectTypeZ objectVersionZ aggregatorKeyZnamePathZtimeUpdatedInMillisZresolutionActionN)Z swagger_typesZ attribute_map�_old_key�_new_key�_name�_identifier�_object_type�_object_version�_aggregator_key� _name_path�_time_updated_in_millis�_resolution_action)�self�kwargs� r# �\/usr/lib/python3.9/site-packages/oci/data_integration/models/copy_object_metadata_summary.py�__init__"