📂 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: clone_skill_details.cpython-39.pyc
a ���fu � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateSkillDetails� )�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 dd� Zdd� Zdd� Z dS )�CloneSkillDetailszZ Properties that are required to create a new Skill by cloning an existing Skill. c K s� dddddddddddddd� | _ ddddd d ddd ddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )a� Initializes a new CloneSkillDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.oda.models.CloneSkillDetails.kind` attribute of this class is ``CLONE`` and it should not be changed. 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 CloneSkillDetails. 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 CloneSkillDetails. :type category: str :param description: The value to assign to the description property of this CloneSkillDetails. :type description: str :param platform_version: The value to assign to the platform_version property of this CloneSkillDetails. :type platform_version: str :param dialog_version: The value to assign to the dialog_version property of this CloneSkillDetails. :type dialog_version: str :param multilingual_mode: The value to assign to the multilingual_mode property of this CloneSkillDetails. 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 CloneSkillDetails. :type primary_language_tag: str :param freeform_tags: The value to assign to the freeform_tags property of this CloneSkillDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CloneSkillDetails. :type defined_tags: dict(str, dict(str, object)) :param id: The value to assign to the id property of this CloneSkillDetails. :type id: str :param name: The value to assign to the name property of this CloneSkillDetails. :type name: str :param display_name: The value to assign to the display_name property of this CloneSkillDetails. :type display_name: str :param version: The value to assign to the version property of this CloneSkillDetails. :type version: str �strzdict(str, str)zdict(str, dict(str, object))) �kind�category�descriptionZplatform_versionZdialog_versionZmultilingual_modeZprimary_language_tagZ freeform_tagsZdefined_tags�id�name�display_name�versionr r r ZplatformVersionZ dialogVersionZmultilingualModeZprimaryLanguageTagZfreeformTagsZdefinedTagsr r ZdisplayNamer NZCLONE)Z swagger_typesZ attribute_mapZ_kindZ _categoryZ_descriptionZ_platform_versionZ_dialog_versionZ_multilingual_modeZ_primary_language_tagZ_freeform_tagsZ _defined_tags�_id�_name� _display_name�_version)�self�kwargs� r �F/usr/lib/python3.9/site-packages/oci/oda/models/clone_skill_details.py�__init__ sT >��zCloneSkillDetails.__init__c C s | j S )z� **[Required]** Gets the id of this CloneSkillDetails. The unique identifier of the Skill to clone. :return: The id of this CloneSkillDetails. :rtype: str �r �r r r r r ~ s zCloneSkillDetails.idc C s || _ dS )z� Sets the id of this CloneSkillDetails. The unique identifier of the Skill to clone. :param id: The id of this CloneSkillDetails. :type: str Nr )r r r r r r � s c C s | j S )a **[Required]** Gets the name of this CloneSkillDetails. The reource's name. The name can contain only letters, numbers, periods, and underscores. The name must begin with a letter. :return: The name of this CloneSkillDetails. :rtype: str �r r r r r r � s zCloneSkillDetails.namec C s || _ dS )a Sets the name of this CloneSkillDetails. The reource's name. The name can contain only letters, numbers, periods, and underscores. The name must begin with a letter. :param name: The name of this CloneSkillDetails. :type: str Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the display_name of this CloneSkillDetails. The resource's display name. :return: The display_name of this CloneSkillDetails. :rtype: str �r r r r r r � s zCloneSkillDetails.display_namec C s || _ dS )z� Sets the display_name of this CloneSkillDetails. The resource's display name. :param display_name: The display_name of this CloneSkillDetails. :type: str Nr )r r r r r r � s c C s | j S )a5 Gets the version of this CloneSkillDetails. The resource's version. The version can only contain numbers, letters, periods, underscores, dashes or spaces. The version must begin with a letter or a number. :return: The version of this CloneSkillDetails. :rtype: str �r r r r r r � s zCloneSkillDetails.versionc C s || _ dS )a; Sets the version of this CloneSkillDetails. The resource's version. The version can only contain numbers, letters, periods, underscores, dashes or spaces. The version must begin with a letter or a number. :param version: The version of this CloneSkillDetails. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zCloneSkillDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zCloneSkillDetails.__eq__c C s | |k S r r r"