📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_translator_details.pyc
a O��fv � @ 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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zdd� Zdd� Zdd� ZdS )�CreateTranslatorDetailsz> Properties that are required to create a Translator. �GOOGLE� MICROSOFTc K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new CreateTranslatorDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this CreateTranslatorDetails. Allowed values for this property are: "GOOGLE", "MICROSOFT" :type type: str :param base_url: The value to assign to the base_url property of this CreateTranslatorDetails. :type base_url: str :param auth_token: The value to assign to the auth_token property of this CreateTranslatorDetails. :type auth_token: str :param properties: The value to assign to the properties property of this CreateTranslatorDetails. :type properties: dict(str, str) :param freeform_tags: The value to assign to the freeform_tags property of this CreateTranslatorDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateTranslatorDetails. :type defined_tags: dict(str, dict(str, object)) �strzdict(str, str)zdict(str, dict(str, object)))�type�base_url� auth_token� properties� freeform_tags�defined_tagsr �baseUrl� authTokenr �freeformTags�definedTagsN)� swagger_types� attribute_map�_type� _base_url�_auth_token�_properties�_freeform_tags� _defined_tags)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/oda/models/create_translator_details.py�__init__ s( � � z CreateTranslatorDetails.__init__c C s | j S )a! **[Required]** Gets the type of this CreateTranslatorDetails. The Translation Service to use for this Translator. Allowed values for this property are: "GOOGLE", "MICROSOFT" :return: The type of this CreateTranslatorDetails. :rtype: str )r �r r r r r P s zCreateTranslatorDetails.typec C s* ddg}t ||�s td�|���|| _dS )z� Sets the type of this CreateTranslatorDetails. The Translation Service to use for this Translator. :param type: The type of this CreateTranslatorDetails. :type: str r r z4Invalid value for `type`, must be None or one of {0}N)r � ValueError�formatr )r r �allowed_valuesr r r r ^ s ��c C s | j S )z� **[Required]** Gets the base_url of this CreateTranslatorDetails. The base URL for invoking the Translation Service. :return: The base_url of this CreateTranslatorDetails. :rtype: str �r r! r r r r p s z CreateTranslatorDetails.base_urlc C s || _ dS )z� Sets the base_url of this CreateTranslatorDetails. The base URL for invoking the Translation Service. :param base_url: The base_url of this CreateTranslatorDetails. :type: str Nr% )r r r r r r | s c C s | j S )z� **[Required]** Gets the auth_token of this CreateTranslatorDetails. The authentication token to use when invoking the Translation Service :return: The auth_token of this CreateTranslatorDetails. :rtype: str �r r! r r r r � s z"CreateTranslatorDetails.auth_tokenc C s || _ dS )z� Sets the auth_token of this CreateTranslatorDetails. The authentication token to use when invoking the Translation Service :param auth_token: The auth_token of this CreateTranslatorDetails. :type: str Nr&