ruạṛ
a ���f)1 � @ 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 @ sR 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$� �Zd&d'� Zd(d)� Zd*d+� Zd,S )-�FunctionLibraryDetailsz| The details including name, description for the function library, which is a container for user defined functions. �FUNCTION_LIBRARYc K s� dddddddddddd�| _ dddd d ddd dddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new FunctionLibraryDetails 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 FunctionLibraryDetails. :type key: str :param model_type: The value to assign to the model_type property of this FunctionLibraryDetails. Allowed values for this property are: "FUNCTION_LIBRARY" :type model_type: str :param model_version: The value to assign to the model_version property of this FunctionLibraryDetails. :type model_version: str :param name: The value to assign to the name property of this FunctionLibraryDetails. :type name: str :param description: The value to assign to the description property of this FunctionLibraryDetails. :type description: str :param category_name: The value to assign to the category_name property of this FunctionLibraryDetails. :type category_name: str :param object_status: The value to assign to the object_status property of this FunctionLibraryDetails. :type object_status: int :param identifier: The value to assign to the identifier property of this FunctionLibraryDetails. :type identifier: str :param parent_ref: The value to assign to the parent_ref property of this FunctionLibraryDetails. :type parent_ref: oci.data_integration.models.ParentReference :param object_version: The value to assign to the object_version property of this FunctionLibraryDetails. :type object_version: int :param registry_metadata: The value to assign to the registry_metadata property of this FunctionLibraryDetails. :type registry_metadata: oci.data_integration.models.RegistryMetadata �str�intZParentReferenceZRegistryMetadata)�key� model_type� model_version�name�description� category_name� object_status� identifier� parent_ref�object_version�registry_metadatar Z modelTypeZmodelVersionr r ZcategoryNameZobjectStatusr Z parentRefZ objectVersionZregistryMetadataN) Z swagger_typesZ attribute_map�_key�_model_type�_model_version�_name�_description�_category_name�_object_status�_identifier�_parent_ref�_object_version�_registry_metadata)�self�kwargs� r"