📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_skill_composite_entity_details.cpython-39.opt-1.pyc
a ���f � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateSkillEntityDetails� )�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 d d� Z dd� Zdd� ZdS )�!CreateSkillCompositeEntityDetailszJ Properties that are required to create a skill composite entity. c K sL dddddd�| _ dddd d d�| _d| _d| _d| _d| _d| _d| _dS ) aX Initializes a new CreateSkillCompositeEntityDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.oda.models.CreateSkillCompositeEntityDetails.type` attribute of this class is ``COMPOSITE`` and it should not be changed. 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 CreateSkillCompositeEntityDetails. :type name: str :param type: The value to assign to the type property of this CreateSkillCompositeEntityDetails. Allowed values for this property are: "COMPOSITE", "ENUM_VALUES" :type type: str :param attributes: The value to assign to the attributes property of this CreateSkillCompositeEntityDetails. :type attributes: list[oci.oda.models.EntityAttribute] :param actions: The value to assign to the actions property of this CreateSkillCompositeEntityDetails. :type actions: list[oci.oda.models.EntityAction] :param natural_language_mapping: The value to assign to the natural_language_mapping property of this CreateSkillCompositeEntityDetails. :type natural_language_mapping: oci.oda.models.EntityNaturalLanguageMapping �strzlist[EntityAttribute]zlist[EntityAction]ZEntityNaturalLanguageMapping)�name�type� attributes�actions�natural_language_mappingr r r r ZnaturalLanguageMappingNZ COMPOSITE)Z swagger_typesZ attribute_map�_nameZ_type�_attributes�_actions�_natural_language_mapping)�self�kwargs� r �X/usr/lib/python3.9/site-packages/oci/oda/models/create_skill_composite_entity_details.py�__init__ s$ � �z*CreateSkillCompositeEntityDetails.__init__c C s | j S )a **[Required]** Gets the attributes of this CreateSkillCompositeEntityDetails. List of entity attributes. :return: The attributes of this CreateSkillCompositeEntityDetails. :rtype: list[oci.oda.models.EntityAttribute] �r �r r r r r E s z,CreateSkillCompositeEntityDetails.attributesc C s || _ dS )z� Sets the attributes of this CreateSkillCompositeEntityDetails. List of entity attributes. :param attributes: The attributes of this CreateSkillCompositeEntityDetails. :type: list[oci.oda.models.EntityAttribute] Nr )r r r r r r Q s c C s | j S )z� Gets the actions of this CreateSkillCompositeEntityDetails. List of entity actions. :return: The actions of this CreateSkillCompositeEntityDetails. :rtype: list[oci.oda.models.EntityAction] �r r r r r r ] s z)CreateSkillCompositeEntityDetails.actionsc C s || _ dS )z� Sets the actions of this CreateSkillCompositeEntityDetails. List of entity actions. :param actions: The actions of this CreateSkillCompositeEntityDetails. :type: list[oci.oda.models.EntityAction] Nr )r r r r r r i s c C s | j S )z� Gets the natural_language_mapping of this CreateSkillCompositeEntityDetails. :return: The natural_language_mapping of this CreateSkillCompositeEntityDetails. :rtype: oci.oda.models.EntityNaturalLanguageMapping �r r r r r r u s z:CreateSkillCompositeEntityDetails.natural_language_mappingc C s || _ dS )a Sets the natural_language_mapping of this CreateSkillCompositeEntityDetails. :param natural_language_mapping: The natural_language_mapping of this CreateSkillCompositeEntityDetails. :type: oci.oda.models.EntityNaturalLanguageMapping Nr )r r r r r r s c C s t | �S �N)r r r r r �__repr__� s z*CreateSkillCompositeEntityDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z(CreateSkillCompositeEntityDetails.__eq__c C s | |k S r r r r r r �__ne__� s z(CreateSkillCompositeEntityDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r! r"