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 @ s 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� �Zdd� Zdd� Zd d!� Zd"S )#�UpdateFunctionLibraryDetailszC The properties used in FunctionLibrary update operations. c K sd ddddddddd�| _ ddddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d | _ d S )a Initializes a new UpdateFunctionLibraryDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this UpdateFunctionLibraryDetails. :type name: str :param description: The value to assign to the description property of this UpdateFunctionLibraryDetails. :type description: str :param category_name: The value to assign to the category_name property of this UpdateFunctionLibraryDetails. :type category_name: str :param object_status: The value to assign to the object_status property of this UpdateFunctionLibraryDetails. :type object_status: int :param identifier: The value to assign to the identifier property of this UpdateFunctionLibraryDetails. :type identifier: str :param model_version: The value to assign to the model_version property of this UpdateFunctionLibraryDetails. :type model_version: str :param object_version: The value to assign to the object_version property of this UpdateFunctionLibraryDetails. :type object_version: int :param registry_metadata: The value to assign to the registry_metadata property of this UpdateFunctionLibraryDetails. :type registry_metadata: oci.data_integration.models.RegistryMetadata �str�int�RegistryMetadata)�name�description� category_name� object_status� identifier� model_version�object_version�registry_metadatar r �categoryName�objectStatusr �modelVersion� objectVersion�registryMetadataN) � swagger_types� attribute_map�_name�_description�_category_name�_object_status�_identifier�_model_version�_object_version�_registry_metadata)�self�kwargs� r# ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/update_function_library_details.py�__init__ s4 '��z%UpdateFunctionLibraryDetails.__init__c C s | j S )aX Gets the name of this UpdateFunctionLibraryDetails. Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters. :return: The name of this UpdateFunctionLibraryDetails. :rtype: str �r �r! r# r# r$ r U s z!UpdateFunctionLibraryDetails.namec C s || _ dS )a[ Sets the name of this UpdateFunctionLibraryDetails. Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters. :param name: The name of this UpdateFunctionLibraryDetails. :type: str Nr&