📂 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: script.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 )�Scriptz The script object. c K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a� Initializes a new Script object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this Script. :type key: str :param model_type: The value to assign to the model_type property of this Script. :type model_type: str :param model_version: The value to assign to the model_version property of this Script. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this Script. :type parent_ref: oci.data_integration.models.ParentReference :param object_status: The value to assign to the object_status property of this Script. :type object_status: int �strZParentReference�int)�key� model_type� model_version� parent_ref� object_statusr Z modelTypeZmodelVersionZ parentRefZobjectStatusN)Z swagger_typesZ attribute_map�_key�_model_type�_model_version�_parent_ref�_object_status)�self�kwargs� r �F/usr/lib/python3.9/site-packages/oci/data_integration/models/script.py�__init__ s"