📂 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_details.cpython-39.pyc
a ���fM2 � @ 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 dd � Z ed d� �Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Zd'd(� Zd)d*� Zd+d,� Zd-S ).�CreateSkillDetailsz9 Properties that are required to create a Skill. �NEW�CLONE�VERSION�EXTEND�NATIVE�TRANSLATIONc K sn dddddddddd� | _ ddddd d ddd d� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a� Initializes a new CreateSkillDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.oda.models.CloneSkillDetails` * :class:`~oci.oda.models.CreateNewSkillDetails` * :class:`~oci.oda.models.CreateSkillVersionDetails` * :class:`~oci.oda.models.ExtendSkillDetails` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param kind: The value to assign to the kind property of this CreateSkillDetails. Allowed values for this property are: "NEW", "CLONE", "VERSION", "EXTEND" :type kind: str :param category: The value to assign to the category property of this CreateSkillDetails. :type category: str :param description: The value to assign to the description property of this CreateSkillDetails. :type description: str :param platform_version: The value to assign to the platform_version property of this CreateSkillDetails. :type platform_version: str :param dialog_version: The value to assign to the dialog_version property of this CreateSkillDetails. :type dialog_version: str :param multilingual_mode: The value to assign to the multilingual_mode property of this CreateSkillDetails. Allowed values for this property are: "NATIVE", "TRANSLATION" :type multilingual_mode: str :param primary_language_tag: The value to assign to the primary_language_tag property of this CreateSkillDetails. :type primary_language_tag: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateSkillDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateSkillDetails. :type defined_tags: dict(str, dict(str, object)) �strzdict(str, str)zdict(str, dict(str, object))) �kind�category�description�platform_version�dialog_version�multilingual_mode�primary_language_tag� freeform_tags�defined_tagsr r r ZplatformVersionZ dialogVersionZmultilingualModeZprimaryLanguageTagZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_kind� _category�_description�_platform_version�_dialog_version�_multilingual_mode�_primary_language_tag�_freeform_tags� _defined_tags)�self�kwargs� r"