ruạṛ
a O��f � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�UpdateChannelDetails� )�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 )�UpdateAppEventChannelDetailsz< Properties to update an Application Event channel. c K s` dddddddd�| _ ddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _dS )a$ Initializes a new UpdateAppEventChannelDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.oda.models.UpdateAppEventChannelDetails.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 description: The value to assign to the description property of this UpdateAppEventChannelDetails. :type description: str :param type: The value to assign to the type property of this UpdateAppEventChannelDetails. 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 UpdateAppEventChannelDetails. :type session_expiry_duration_in_milliseconds: int :param freeform_tags: The value to assign to the freeform_tags property of this UpdateAppEventChannelDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateAppEventChannelDetails. :type defined_tags: dict(str, dict(str, object)) :param outbound_url: The value to assign to the outbound_url property of this UpdateAppEventChannelDetails. :type outbound_url: str :param event_sink_bot_ids: The value to assign to the event_sink_bot_ids property of this UpdateAppEventChannelDetails. :type event_sink_bot_ids: list[str] �str�intzdict(str, str)zdict(str, dict(str, object))z list[str])�description�type�'session_expiry_duration_in_milliseconds� freeform_tags�defined_tags�outbound_url�event_sink_bot_idsr r �#sessionExpiryDurationInMilliseconds�freeformTags�definedTags�outboundUrl�eventSinkBotIdsN�APPEVENT) � swagger_types� attribute_map�_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/update_app_event_channel_details.py�__init__ s0 %�� z%UpdateAppEventChannelDetails.__init__c C s | j S )z� Gets the outbound_url of this UpdateAppEventChannelDetails. The URL for sending errors and responses to. :return: The outbound_url of this UpdateAppEventChannelDetails. :rtype: str �r �r! r# r# r$ r Q s z)UpdateAppEventChannelDetails.outbound_urlc C s || _ dS )z� Sets the outbound_url of this UpdateAppEventChannelDetails. The URL for sending errors and responses to. :param outbound_url: The outbound_url of this UpdateAppEventChannelDetails. :type: str Nr&