📂 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: channel.cpython-39.opt-1.pyc
a ���f�P � @ 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 dZ d ZdZd Z dZdZd ZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdd� Z e!dd � �Z"e#d!d"� �Z$e$j%d#d"� �Z$e#d$d%� �Z&e&j%d&d%� �Z&e#d'd(� �Z'e'j%d)d(� �Z'e#d*d+� �Z(e(j%d,d+� �Z(e#d-d.� �Z)e)j%d/d.� �Z)e#d0d1� �Z*e*j%d2d1� �Z*e#d3d4� �Z+e+j%d5d4� �Z+e#d6d7� �Z,e,j%d8d7� �Z,e#d9d:� �Z-e-j%d;d:� �Z-e#d<d=� �Z.e.j%d>d=� �Z.e#d?d@� �Z/e/j%dAd@� �Z/dBdC� Z0dDdE� Z1dFdG� Z2dHS )I�Channelz" Properties of a Channel. �AGENT�APPLICATION�BOT�BOT_AS_AGENT�SYSTEM�EVENT�ANDROID�APPEVENT�CORTANA�FACEBOOK�IOS�MSTEAMS�OSS�OSVC�SERVICECLOUD�SLACK�TEST�TWILIO�WEB�WEBHOOK�CREATING�UPDATING�ACTIVE�INACTIVE�DELETING�DELETED�FAILEDc K s� dddddddddddd�| _ ddd d ddd ddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new Channel 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.AppEventChannel` * :class:`~oci.oda.models.FacebookChannel` * :class:`~oci.oda.models.WebChannel` * :class:`~oci.oda.models.MSTeamsChannel` * :class:`~oci.oda.models.TwilioChannel` * :class:`~oci.oda.models.OsvcChannel` * :class:`~oci.oda.models.AndroidChannel` * :class:`~oci.oda.models.OSSChannel` * :class:`~oci.oda.models.WebhookChannel` * :class:`~oci.oda.models.ApplicationChannel` * :class:`~oci.oda.models.SlackChannel` * :class:`~oci.oda.models.CortanaChannel` * :class:`~oci.oda.models.ServiceCloudChannel` * :class:`~oci.oda.models.IosChannel` * :class:`~oci.oda.models.TestChannel` 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 Channel. :type id: str :param name: The value to assign to the name property of this Channel. :type name: str :param description: The value to assign to the description property of this Channel. :type description: str :param category: The value to assign to the category property of this Channel. Allowed values for this property are: "AGENT", "APPLICATION", "BOT", "BOT_AS_AGENT", "SYSTEM", "EVENT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type category: str :param type: The value to assign to the type property of this Channel. Allowed values for this property are: "ANDROID", "APPEVENT", "APPLICATION", "CORTANA", "FACEBOOK", "IOS", "MSTEAMS", "OSS", "OSVC", "SERVICECLOUD", "SLACK", "TEST", "TWILIO", "WEB", "WEBHOOK", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str :param session_expiry_duration_in_milliseconds: The value to assign to the session_expiry_duration_in_milliseconds property of this Channel. :type session_expiry_duration_in_milliseconds: int :param lifecycle_state: The value to assign to the lifecycle_state property of this Channel. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param time_created: The value to assign to the time_created property of this Channel. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this Channel. :type time_updated: datetime :param freeform_tags: The value to assign to the freeform_tags property of this Channel. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this Channel. :type defined_tags: dict(str, dict(str, object)) �str�intZdatetimezdict(str, str)zdict(str, dict(str, object)))�id�name�description�category�type�'session_expiry_duration_in_milliseconds�lifecycle_state�time_created�time_updated� freeform_tags�defined_tagsr$ r% r&