ruạṛ
a N��f6 � @ 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 @ sl 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'� �Zd)d*� Zd+d,� Zd-d.� Zd/S )0�UserDefinedFunctionDetailsz8 The information about a user defined function. �DIS_USER_DEFINED_FUNCTIONc K s� ddddddddddddd�| _ dd d ddd ddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a� Initializes a new UserDefinedFunctionDetails 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 UserDefinedFunctionDetails. :type key: str :param model_type: The value to assign to the model_type property of this UserDefinedFunctionDetails. 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 UserDefinedFunctionDetails. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this UserDefinedFunctionDetails. :type parent_ref: oci.data_integration.models.ParentReference :param name: The value to assign to the name property of this UserDefinedFunctionDetails. :type name: str :param identifier: The value to assign to the identifier property of this UserDefinedFunctionDetails. :type identifier: str :param object_version: The value to assign to the object_version property of this UserDefinedFunctionDetails. :type object_version: int :param signatures: The value to assign to the signatures property of this UserDefinedFunctionDetails. :type signatures: list[oci.data_integration.models.FunctionSignature] :param expr: The value to assign to the expr property of this UserDefinedFunctionDetails. :type expr: oci.data_integration.models.Expression :param description: The value to assign to the description property of this UserDefinedFunctionDetails. :type description: str :param object_status: The value to assign to the object_status property of this UserDefinedFunctionDetails. :type object_status: int :param registry_metadata: The value to assign to the registry_metadata property of this UserDefinedFunctionDetails. :type registry_metadata: oci.data_integration.models.RegistryMetadata �str�ParentReference�intzlist[FunctionSignature]� Expression�RegistryMetadata)�key� model_type� model_version� parent_ref�name� identifier�object_version� signatures�expr�description� object_status�registry_metadatar � modelType�modelVersion� parentRefr r � objectVersionr r r �objectStatus�registryMetadataN)� swagger_types� attribute_map�_key�_model_type�_model_version�_parent_ref�_name�_identifier�_object_version�_signatures�_expr�_description�_object_status�_registry_metadata)�self�kwargs� r/ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/user_defined_function_details.py�__init__ sL 8��z#UserDefinedFunctionDetails.__init__c C s | j S )aa **[Required]** Gets the key of this UserDefinedFunctionDetails. 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 UserDefinedFunctionDetails. :rtype: str �r! �r- r/ r/ r0 r v s zUserDefinedFunctionDetails.keyc C s || _ dS )aT Sets the key of this UserDefinedFunctionDetails. 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 UserDefinedFunctionDetails. :type: str Nr2 )r- r r/ r/ r0 r � s c C s | j S )a **[Required]** Gets the model_type of this UserDefinedFunctionDetails. The type of the object. Allowed values for this property are: "DIS_USER_DEFINED_FUNCTION" :return: The model_type of this UserDefinedFunctionDetails. :rtype: str )r"