📂 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: import_object_metadata_summary.cpython-39.opt-1.pyc
a ���fe. � @ 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 @ sH e Zd ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Zd'd(� Zd)d*� Zd+d,� Zd-S ).�ImportObjectMetadataSummaryz- Details of the objects to imported. �CREATED�RETAINED� DUPLICATED�REPLACED�EXCLUDEDc K sx ddddddddddd� | _ dddddd d ddd d� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new ImportObjectMetadataSummary 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 ImportObjectMetadataSummary. :type old_key: str :param new_key: The value to assign to the new_key property of this ImportObjectMetadataSummary. :type new_key: str :param name: The value to assign to the name property of this ImportObjectMetadataSummary. :type name: str :param identifier: The value to assign to the identifier property of this ImportObjectMetadataSummary. :type identifier: str :param object_type: The value to assign to the object_type property of this ImportObjectMetadataSummary. :type object_type: str :param object_version: The value to assign to the object_version property of this ImportObjectMetadataSummary. :type object_version: str :param aggregator_key: The value to assign to the aggregator_key property of this ImportObjectMetadataSummary. :type aggregator_key: str :param name_path: The value to assign to the name_path property of this ImportObjectMetadataSummary. :type name_path: str :param time_updated_in_millis: The value to assign to the time_updated_in_millis property of this ImportObjectMetadataSummary. :type time_updated_in_millis: int :param resolution_action: The value to assign to the resolution_action property of this ImportObjectMetadataSummary. Allowed values for this property are: "CREATED", "RETAINED", "DUPLICATED", "REPLACED", "EXCLUDED", '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/import_object_metadata_summary.py�__init__&