ruạṛ
a N��f�2 � @ 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�FunctionLibraryzt The FunctionLibrary type contains the audit summary information and the definition of the FunctionLibrary. �FUNCTION_LIBRARYc K s� ddddddddddddd�| _ ddd d ddd dddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a Initializes a new FunctionLibrary 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 FunctionLibrary. :type key: str :param model_type: The value to assign to the model_type property of this FunctionLibrary. Allowed values for this property are: "FUNCTION_LIBRARY", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type model_type: str :param model_version: The value to assign to the model_version property of this FunctionLibrary. :type model_version: str :param name: The value to assign to the name property of this FunctionLibrary. :type name: str :param description: The value to assign to the description property of this FunctionLibrary. :type description: str :param category_name: The value to assign to the category_name property of this FunctionLibrary. :type category_name: str :param object_status: The value to assign to the object_status property of this FunctionLibrary. :type object_status: int :param identifier: The value to assign to the identifier property of this FunctionLibrary. :type identifier: str :param parent_ref: The value to assign to the parent_ref property of this FunctionLibrary. :type parent_ref: oci.data_integration.models.ParentReference :param object_version: The value to assign to the object_version property of this FunctionLibrary. :type object_version: int :param metadata: The value to assign to the metadata property of this FunctionLibrary. :type metadata: oci.data_integration.models.ObjectMetadata :param key_map: The value to assign to the key_map property of this FunctionLibrary. :type key_map: dict(str, str) �str�int�ParentReference�ObjectMetadatazdict(str, str))�key� model_type� model_version�name�description� category_name� object_status� identifier� parent_ref�object_version�metadata�key_mapr � modelType�modelVersionr r �categoryName�objectStatusr � parentRef� objectVersionr �keyMapN)� swagger_types� attribute_map�_key�_model_type�_model_version�_name�_description�_category_name�_object_status�_identifier�_parent_ref�_object_version� _metadata�_key_map)�self�kwargs� r/ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/function_library.py�__init__ sL 9��zFunctionLibrary.__init__c C s | j S )z� Gets the key of this FunctionLibrary. Generated key that can be used in API calls to identify FunctionLibrary. :return: The key of this FunctionLibrary. :rtype: str �r! �r- r/ r/ r0 r w s zFunctionLibrary.keyc C s || _ dS )z� Sets the key of this FunctionLibrary. Generated key that can be used in API calls to identify FunctionLibrary. :param key: The key of this FunctionLibrary. :type: str Nr2 )r- r r/ r/ r0 r � s c C s | j S )ad Gets the model_type of this FunctionLibrary. The type of the object. Allowed values for this property are: "FUNCTION_LIBRARY", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The model_type of this FunctionLibrary. :rtype: str )r"