ruạṛ
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 @ 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 ))� UpdateUserDefinedFunctionDetailszE Properties used in user defined function update operations. c K sx ddddddddddd� | _ dd d ddd ddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new UpdateUserDefinedFunctionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param parent_ref: The value to assign to the parent_ref property of this UpdateUserDefinedFunctionDetails. :type parent_ref: oci.data_integration.models.ParentReference :param name: The value to assign to the name property of this UpdateUserDefinedFunctionDetails. :type name: str :param identifier: The value to assign to the identifier property of this UpdateUserDefinedFunctionDetails. :type identifier: str :param model_version: The value to assign to the model_version property of this UpdateUserDefinedFunctionDetails. :type model_version: str :param object_version: The value to assign to the object_version property of this UpdateUserDefinedFunctionDetails. :type object_version: int :param signatures: The value to assign to the signatures property of this UpdateUserDefinedFunctionDetails. :type signatures: list[oci.data_integration.models.FunctionSignature] :param expr: The value to assign to the expr property of this UpdateUserDefinedFunctionDetails. :type expr: oci.data_integration.models.Expression :param description: The value to assign to the description property of this UpdateUserDefinedFunctionDetails. :type description: str :param object_status: The value to assign to the object_status property of this UpdateUserDefinedFunctionDetails. :type object_status: int :param registry_metadata: The value to assign to the registry_metadata property of this UpdateUserDefinedFunctionDetails. :type registry_metadata: oci.data_integration.models.RegistryMetadata �ParentReference�str�intzlist[FunctionSignature]� Expression�RegistryMetadata) � parent_ref�name� identifier� model_version�object_version� signatures�expr�description� object_status�registry_metadata� parentRefr r �modelVersion� objectVersionr r r �objectStatus�registryMetadataN)� swagger_types� attribute_map�_parent_ref�_name�_identifier�_model_version�_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/update_user_defined_function_details.py�__init__ s@ /�� z)UpdateUserDefinedFunctionDetails.__init__c C s | j S )z� Gets the parent_ref of this UpdateUserDefinedFunctionDetails. :return: The parent_ref of this UpdateUserDefinedFunctionDetails. :rtype: oci.data_integration.models.ParentReference �r �r'