📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
data_integration
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_integration/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_function_library_details.cpython-39.pyc
a ���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 )#�CreateFunctionLibraryDetailszC The properties used in FunctionLibrary create operations. c K sd ddddddddd�| _ ddddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d | _ d S )a� Initializes a new CreateFunctionLibraryDetails 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 CreateFunctionLibraryDetails. :type key: str :param model_version: The value to assign to the model_version property of this CreateFunctionLibraryDetails. :type model_version: str :param name: The value to assign to the name property of this CreateFunctionLibraryDetails. :type name: str :param description: The value to assign to the description property of this CreateFunctionLibraryDetails. :type description: str :param category_name: The value to assign to the category_name property of this CreateFunctionLibraryDetails. :type category_name: str :param object_status: The value to assign to the object_status property of this CreateFunctionLibraryDetails. :type object_status: int :param identifier: The value to assign to the identifier property of this CreateFunctionLibraryDetails. :type identifier: str :param registry_metadata: The value to assign to the registry_metadata property of this CreateFunctionLibraryDetails. :type registry_metadata: oci.data_integration.models.RegistryMetadata �str�intZRegistryMetadata)�key� model_version�name�description� category_name� object_status� identifier�registry_metadatar ZmodelVersionr r ZcategoryNameZobjectStatusr ZregistryMetadataN) Z swagger_typesZ attribute_map�_key�_model_version�_name�_description�_category_name�_object_status�_identifier�_registry_metadata)�self�kwargs� r �_/usr/lib/python3.9/site-packages/oci/data_integration/models/create_function_library_details.py�__init__ s4 '��z%CreateFunctionLibraryDetails.__init__c C s | j S )z� Gets the key of this CreateFunctionLibraryDetails. Currently not used on FunctionLibrary creation. Reserved for future. :return: The key of this CreateFunctionLibraryDetails. :rtype: str �r �r r r r r W s z CreateFunctionLibraryDetails.keyc C s || _ dS )z� Sets the key of this CreateFunctionLibraryDetails. Currently not used on FunctionLibrary creation. Reserved for future. :param key: The key of this CreateFunctionLibraryDetails. :type: str Nr )r r r r r r c s c C s | j S )z� Gets the model_version of this CreateFunctionLibraryDetails. The model version of an object. :return: The model_version of this CreateFunctionLibraryDetails. :rtype: str �r r r r r r o s z*CreateFunctionLibraryDetails.model_versionc C s || _ dS )z� Sets the model_version of this CreateFunctionLibraryDetails. The model version of an object. :param model_version: The model_version of this CreateFunctionLibraryDetails. :type: str Nr )r r r r r r { s c C s | j S )ag **[Required]** Gets the name of this CreateFunctionLibraryDetails. 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 CreateFunctionLibraryDetails. :rtype: str �r r r r r r � s z!CreateFunctionLibraryDetails.namec C s || _ dS )a[ Sets the name of this CreateFunctionLibraryDetails. 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 CreateFunctionLibraryDetails. :type: str Nr! )r r r r r r � s c C s | j S )z� Gets the description of this CreateFunctionLibraryDetails. A user defined description for the FunctionLibrary. :return: The description of this CreateFunctionLibraryDetails. :rtype: str �r r r r r r � s z(CreateFunctionLibraryDetails.descriptionc C s || _ dS )z� Sets the description of this CreateFunctionLibraryDetails. A user defined description for the FunctionLibrary. :param description: The description of this CreateFunctionLibraryDetails. :type: str Nr"