📂 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_catalog
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_catalog/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: asynchronous_export_result.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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�AsynchronousExportResultz9 Details about the job which performs an export. c K sF dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _dS ) a Initializes a new AsynchronousExportResult object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param job_definition_name: The value to assign to the job_definition_name property of this AsynchronousExportResult. :type job_definition_name: str :param job_definition_key: The value to assign to the job_definition_key property of this AsynchronousExportResult. :type job_definition_key: str :param job_key: The value to assign to the job_key property of this AsynchronousExportResult. :type job_key: str :param job_execution_key: The value to assign to the job_execution_key property of this AsynchronousExportResult. :type job_execution_key: str :param source_key: The value to assign to the source_key property of this AsynchronousExportResult. :type source_key: str �str)�job_definition_name�job_definition_key�job_key�job_execution_key� source_keyZjobDefinitionNameZjobDefinitionKeyZjobKeyZjobExecutionKeyZ sourceKeyN)Z swagger_typesZ attribute_map�_job_definition_name�_job_definition_key�_job_key�_job_execution_key�_source_key)�self�kwargs� r �V/usr/lib/python3.9/site-packages/oci/data_catalog/models/asynchronous_export_result.py�__init__ s"