📂 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_test_channel_result.pyc
a O��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateChannelResult� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�CreateTestChannelResultz1 The configuration for the Test channel. c K s� dddddddddddddd� | _ ddd d ddd ddddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )a> Initializes a new CreateTestChannelResult object with values from keyword arguments. The default value of the :py:attr:`~oci.oda.models.CreateTestChannelResult.type` attribute of this class is ``TEST`` and it should not be changed. 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 CreateTestChannelResult. :type id: str :param name: The value to assign to the name property of this CreateTestChannelResult. :type name: str :param description: The value to assign to the description property of this CreateTestChannelResult. :type description: str :param category: The value to assign to the category property of this CreateTestChannelResult. Allowed values for this property are: "AGENT", "APPLICATION", "BOT", "BOT_AS_AGENT", "SYSTEM", "EVENT" :type category: str :param type: The value to assign to the type property of this CreateTestChannelResult. Allowed values for this property are: "ANDROID", "APPEVENT", "APPLICATION", "CORTANA", "FACEBOOK", "IOS", "MSTEAMS", "OSS", "OSVC", "SERVICECLOUD", "SLACK", "TEST", "TWILIO", "WEB", "WEBHOOK" :type type: str :param session_expiry_duration_in_milliseconds: The value to assign to the session_expiry_duration_in_milliseconds property of this CreateTestChannelResult. :type session_expiry_duration_in_milliseconds: int :param lifecycle_state: The value to assign to the lifecycle_state property of this CreateTestChannelResult. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", "FAILED" :type lifecycle_state: str :param time_created: The value to assign to the time_created property of this CreateTestChannelResult. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this CreateTestChannelResult. :type time_updated: datetime :param freeform_tags: The value to assign to the freeform_tags property of this CreateTestChannelResult. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateTestChannelResult. :type defined_tags: dict(str, dict(str, object)) :param secret_key: The value to assign to the secret_key property of this CreateTestChannelResult. :type secret_key: str :param webhook_url: The value to assign to the webhook_url property of this CreateTestChannelResult. :type webhook_url: str �str�int�datetimezdict(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_tags� secret_key�webhook_urlr r r r r �#sessionExpiryDurationInMilliseconds�lifecycleState�timeCreated�timeUpdated�freeformTags�definedTags� secretKey� webhookUrlN�TEST)� swagger_types� attribute_map�_id�_name�_description� _category�_type�(_session_expiry_duration_in_milliseconds�_lifecycle_state� _time_created� _time_updated�_freeform_tags� _defined_tags�_secret_key�_webhook_url)�self�kwargs� r3 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/oda/models/create_test_channel_result.py�__init__ sT ?��z CreateTestChannelResult.__init__c C s | j S )aZ Gets the secret_key of this CreateTestChannelResult. The secret key used to verify the authenticity of received messages. This is only returned this once. If it is lost the keys will need to be rotated to generate a new key. :return: The secret_key of this CreateTestChannelResult. :rtype: str �r/ �r1 r3 r3 r4 r } s z"CreateTestChannelResult.secret_keyc C s || _ dS )ac Sets the secret_key of this CreateTestChannelResult. The secret key used to verify the authenticity of received messages. This is only returned this once. If it is lost the keys will need to be rotated to generate a new key. :param secret_key: The secret_key of this CreateTestChannelResult. :type: str Nr6 )r1 r r3 r3 r4 r � s c C s | j S )ag **[Required]** Gets the webhook_url of this CreateTestChannelResult. The URL to use to send messages to this channel. This will be generally be used to configure a webhook in a 3rd party messaging system to send messages to this channel. :return: The webhook_url of this CreateTestChannelResult. :rtype: str �r0 r7 r3 r3 r4 r � s z#CreateTestChannelResult.webhook_urlc C s || _ dS )ab Sets the webhook_url of this CreateTestChannelResult. The URL to use to send messages to this channel. This will be generally be used to configure a webhook in a 3rd party messaging system to send messages to this channel. :param webhook_url: The webhook_url of this CreateTestChannelResult. :type: str Nr8 )r1 r r3 r3 r4 r � s c C s t | �S �N)r r7 r3 r3 r4 �__repr__� s z CreateTestChannelResult.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r1 �otherr3 r3 r4 �__eq__� s zCreateTestChannelResult.__eq__c C s | |k S r9 r3 r<