📂 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
›
oda
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/oda/models/__pycache__
💾
Free:
45.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: entity_action_argument.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 ZdZdZdZdZdZdZdZ dZ d Zd d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zd d!� Zd"d#� Zd$S )%�EntityActionArgumentz& Argument of an entity action �TEXT�NUMBER� DATE_TIME�DATE�ENTITY�COMPOSITE_ENTITY�ATTRIBUTE_REFERENCE�BOOLEANc K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )a# Initializes a new EntityActionArgument 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 EntityActionArgument. :type name: str :param type: The value to assign to the type property of this EntityActionArgument. Allowed values for this property are: "TEXT", "NUMBER", "DATE_TIME", "DATE", "ENTITY", "COMPOSITE_ENTITY", "ATTRIBUTE_REFERENCE", "BOOLEAN" :type type: str :param meta_type: The value to assign to the meta_type property of this EntityActionArgument. :type meta_type: str :param natural_language_mapping: The value to assign to the natural_language_mapping property of this EntityActionArgument. :type natural_language_mapping: oci.oda.models.EntityActionArgumentNaturalLanguageMapping :param is_multi_value: The value to assign to the is_multi_value property of this EntityActionArgument. :type is_multi_value: bool :param entity_name: The value to assign to the entity_name property of this EntityActionArgument. :type entity_name: str �strZ*EntityActionArgumentNaturalLanguageMapping�bool)�name�type� meta_type�natural_language_mapping�is_multi_value�entity_namer r ZmetaTypeZnaturalLanguageMappingZisMultiValueZ entityNameN)Z swagger_typesZ attribute_map�_name�_type� _meta_type�_natural_language_mapping�_is_multi_value�_entity_name)�self�kwargs� r �I/usr/lib/python3.9/site-packages/oci/oda/models/entity_action_argument.py�__init__2 s( � � zEntityActionArgument.__init__c C s | j S )z� **[Required]** Gets the name of this EntityActionArgument. Name of an entity action argument :return: The name of this EntityActionArgument. :rtype: str �r �r r r r r j s zEntityActionArgument.namec C s || _ dS )z� Sets the name of this EntityActionArgument. Name of an entity action argument :param name: The name of this EntityActionArgument. :type: str Nr"