📂 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.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_webhook_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 @ 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 dd� Zdd� Zdd� ZdS )�CreateWebhookChannelResultz2 The configuration for a Webhook channel. �1.0�1.1c K s� ddddddddddddddddd�| _ ddd d ddd dddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _dS )ae Initializes a new CreateWebhookChannelResult object with values from keyword arguments. The default value of the :py:attr:`~oci.oda.models.CreateWebhookChannelResult.type` attribute of this class is ``WEBHOOK`` 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 CreateWebhookChannelResult. :type id: str :param name: The value to assign to the name property of this CreateWebhookChannelResult. :type name: str :param description: The value to assign to the description property of this CreateWebhookChannelResult. :type description: str :param category: The value to assign to the category property of this CreateWebhookChannelResult. 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 CreateWebhookChannelResult. 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 CreateWebhookChannelResult. :type session_expiry_duration_in_milliseconds: int :param lifecycle_state: The value to assign to the lifecycle_state property of this CreateWebhookChannelResult. 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 CreateWebhookChannelResult. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this CreateWebhookChannelResult. :type time_updated: datetime :param freeform_tags: The value to assign to the freeform_tags property of this CreateWebhookChannelResult. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateWebhookChannelResult. :type defined_tags: dict(str, dict(str, object)) :param secret_key: The value to assign to the secret_key property of this CreateWebhookChannelResult. :type secret_key: str :param outbound_url: The value to assign to the outbound_url property of this CreateWebhookChannelResult. :type outbound_url: str :param payload_version: The value to assign to the payload_version property of this CreateWebhookChannelResult. Allowed values for this property are: "1.0", "1.1", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type payload_version: str :param bot_id: The value to assign to the bot_id property of this CreateWebhookChannelResult. :type bot_id: str :param webhook_url: The value to assign to the webhook_url property of this CreateWebhookChannelResult. :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�outbound_url�payload_version�bot_id�webhook_urlr r r r r �#sessionExpiryDurationInMilliseconds�lifecycleState�timeCreated�timeUpdated�freeformTags�definedTags� secretKey�outboundUrl�payloadVersion�botId� webhookUrlN�WEBHOOK)� 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� _outbound_url�_payload_version�_bot_id�_webhook_url)�self�kwargs� r>