📂 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: bot.pyc
a O��f�Q � @ 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 @ s0 e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd d� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!d"� �Zejd#d"� �Zed$d%� �Zejd&d%� �Zed'd(� �Zejd)d(� �Zed*d+� �Zejd,d+� �Zed-d.� �Zejd/d.� �Zed0d1� �Zejd2d1� �Zed3d4� �Zejd5d4� �Zed6d7� �Zejd8d7� �Zed9d:� �Z e jd;d:� �Z ed<d=� �Z!e!jd>d=� �Z!ed?d@� �Z"e"jdAd@� �Z"edBdC� �Z#e#jdDdC� �Z#dEdF� Z$dGdH� Z%dIdJ� Z&dKS )L�Botz& Metadata for a Bot resource. �CREATING�UPDATING�ACTIVE�INACTIVE�DELETING�DELETED�FAILED� PUBLISHED�DRAFT�NATIVE�TRANSLATIONc K s� ddddddddddddddddddd�| _ ddd d ddd dddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _dS )a� Initializes a new Bot object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this Bot. :type id: str :param name: The value to assign to the name property of this Bot. :type name: str :param version: The value to assign to the version property of this Bot. :type version: str :param display_name: The value to assign to the display_name property of this Bot. :type display_name: str :param category: The value to assign to the category property of this Bot. :type category: str :param description: The value to assign to the description property of this Bot. :type description: str :param namespace: The value to assign to the namespace property of this Bot. :type namespace: str :param lifecycle_state: The value to assign to the lifecycle_state property of this Bot. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", "FAILED" :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this Bot. Allowed values for this property are: "PUBLISHED", "DRAFT" :type lifecycle_details: str :param platform_version: The value to assign to the platform_version property of this Bot. :type platform_version: str :param base_id: The value to assign to the base_id property of this Bot. :type base_id: str :param multilingual_mode: The value to assign to the multilingual_mode property of this Bot. 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 Bot. :type primary_language_tag: str :param native_language_tags: The value to assign to the native_language_tags property of this Bot. :type native_language_tags: list[str] :param time_created: The value to assign to the time_created property of this Bot. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this Bot. :type time_updated: datetime :param freeform_tags: The value to assign to the freeform_tags property of this Bot. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this Bot. :type defined_tags: dict(str, dict(str, object)) �strz list[str]�datetimezdict(str, str)zdict(str, dict(str, object)))�id�name�version�display_name�category�description� namespace�lifecycle_state�lifecycle_details�platform_version�base_id�multilingual_mode�primary_language_tag�native_language_tags�time_created�time_updated� freeform_tags�defined_tagsr r r �displayNamer r r �lifecycleState�lifecycleDetails�platformVersion�baseId�multilingualMode�primaryLanguageTag�nativeLanguageTags�timeCreated�timeUpdated�freeformTags�definedTagsN)� swagger_types� attribute_map�_id�_name�_version� _display_name� _category�_description� _namespace�_lifecycle_state�_lifecycle_details�_platform_version�_base_id�_multilingual_mode�_primary_language_tag�_native_language_tags� _time_created� _time_updated�_freeform_tags� _defined_tags)�self�kwargs� rH �v/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/oda/models/bot.py�__init__<