📂 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: create_user_defined_function_details.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 @ s4 e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))� CreateUserDefinedFunctionDetailszE Properties used in user defined function create operations. c K sx ddddddddddd� | _ dd d ddd ddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new CreateUserDefinedFunctionDetails 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 CreateUserDefinedFunctionDetails. :type key: str :param model_version: The value to assign to the model_version property of this CreateUserDefinedFunctionDetails. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this CreateUserDefinedFunctionDetails. :type parent_ref: oci.data_integration.models.ParentReference :param name: The value to assign to the name property of this CreateUserDefinedFunctionDetails. :type name: str :param identifier: The value to assign to the identifier property of this CreateUserDefinedFunctionDetails. :type identifier: str :param signatures: The value to assign to the signatures property of this CreateUserDefinedFunctionDetails. :type signatures: list[oci.data_integration.models.FunctionSignature] :param expr: The value to assign to the expr property of this CreateUserDefinedFunctionDetails. :type expr: oci.data_integration.models.Expression :param description: The value to assign to the description property of this CreateUserDefinedFunctionDetails. :type description: str :param object_status: The value to assign to the object_status property of this CreateUserDefinedFunctionDetails. :type object_status: int :param registry_metadata: The value to assign to the registry_metadata property of this CreateUserDefinedFunctionDetails. :type registry_metadata: oci.data_integration.models.RegistryMetadata �strZParentReferencezlist[FunctionSignature]Z Expression�intZRegistryMetadata) �key� model_version� parent_ref�name� identifier� signatures�expr�description� object_status�registry_metadatar ZmodelVersionZ parentRefr r r r r ZobjectStatusZregistryMetadataN)Z swagger_typesZ attribute_map�_key�_model_version�_parent_ref�_name�_identifier�_signatures�_expr�_description�_object_status�_registry_metadata)�self�kwargs� r �d/usr/lib/python3.9/site-packages/oci/data_integration/models/create_user_defined_function_details.py�__init__ s@ /�� z)CreateUserDefinedFunctionDetails.__init__c C s | j S )a^ Gets the key of this CreateUserDefinedFunctionDetails. Generated key that can be used in API calls to identify user defined function. On scenarios where reference to the user defined function is needed, a value can be passed in create. :return: The key of this CreateUserDefinedFunctionDetails. :rtype: str �r �r r r r r e s z$CreateUserDefinedFunctionDetails.keyc C s || _ dS )a` Sets the key of this CreateUserDefinedFunctionDetails. Generated key that can be used in API calls to identify user defined function. On scenarios where reference to the user defined function is needed, a value can be passed in create. :param key: The key of this CreateUserDefinedFunctionDetails. :type: str Nr"