📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
data_connectivity
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_connectivity/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: referenced_data_object.pyc
a N��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 ZdZdZdZdd� Zedd� �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� �Zd d!� Zd"d#� Zd$d%� Zd&S )'�ReferencedDataObjectzG The input Operation for which derived entity is to be formed. � PROCEDURE�APIc K sd ddddddddd�| _ ddddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d | _ d S )a� Initializes a new ReferencedDataObject object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.data_connectivity.models.ReferencedDataObjectFromAPI` * :class:`~oci.data_connectivity.models.ReferencedDataObjectFromProcedure` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param model_type: The value to assign to the model_type property of this ReferencedDataObject. Allowed values for this property are: "PROCEDURE", "API", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type model_type: str :param model_version: The value to assign to the model_version property of this ReferencedDataObject. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this ReferencedDataObject. :type parent_ref: oci.data_connectivity.models.ParentReference :param name: The value to assign to the name property of this ReferencedDataObject. :type name: str :param object_version: The value to assign to the object_version property of this ReferencedDataObject. :type object_version: int :param resource_name: The value to assign to the resource_name property of this ReferencedDataObject. :type resource_name: str :param object_status: The value to assign to the object_status property of this ReferencedDataObject. :type object_status: int :param external_key: The value to assign to the external_key property of this ReferencedDataObject. :type external_key: str �str�ParentReference�int)� model_type� model_version� parent_ref�name�object_version� resource_name� object_status�external_key� modelType�modelVersion� parentRefr � objectVersion�resourceName�objectStatus�externalKeyN) � swagger_types� attribute_map�_model_type�_model_version�_parent_ref�_name�_object_version�_resource_name�_object_status� _external_key)�self�kwargs� r'