ruạṛ
a O��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateChannelDetails� )�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 )�CreateAppEventChannelDetailszE Properties required to create an Application Event channel. c K sj ddddddddd�| _ ddd d ddd dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _dS )a� Initializes a new CreateAppEventChannelDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.oda.models.CreateAppEventChannelDetails.type` attribute of this class is ``APPEVENT`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this CreateAppEventChannelDetails. :type name: str :param description: The value to assign to the description property of this CreateAppEventChannelDetails. :type description: str :param type: The value to assign to the type property of this CreateAppEventChannelDetails. 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 CreateAppEventChannelDetails. :type session_expiry_duration_in_milliseconds: int :param freeform_tags: The value to assign to the freeform_tags property of this CreateAppEventChannelDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateAppEventChannelDetails. :type defined_tags: dict(str, dict(str, object)) :param outbound_url: The value to assign to the outbound_url property of this CreateAppEventChannelDetails. :type outbound_url: str :param event_sink_bot_ids: The value to assign to the event_sink_bot_ids property of this CreateAppEventChannelDetails. :type event_sink_bot_ids: list[str] �str�intzdict(str, str)zdict(str, dict(str, object))z list[str])�name�description�type�'session_expiry_duration_in_milliseconds� freeform_tags�defined_tags�outbound_url�event_sink_bot_idsr r r �#sessionExpiryDurationInMilliseconds�freeformTags�definedTags�outboundUrl�eventSinkBotIdsN�APPEVENT) � swagger_types� attribute_map�_name�_description�_type�(_session_expiry_duration_in_milliseconds�_freeform_tags� _defined_tags� _outbound_url�_event_sink_bot_ids)�self�kwargs� r% ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/oda/models/create_app_event_channel_details.py�__init__ s6 )��z%CreateAppEventChannelDetails.__init__c C s | j S )z� Gets the outbound_url of this CreateAppEventChannelDetails. The URL for sending errors and responses to. :return: The outbound_url of this CreateAppEventChannelDetails. :rtype: str �r! �r# r% r% r&