ruạṛ
a O��fD � @ 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 @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�UpdateMSTeamsChannelDetailsz3 Properties to update an MS Teams channel. c K sj ddddddddd�| _ dddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _dS )a� Initializes a new UpdateMSTeamsChannelDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.oda.models.UpdateMSTeamsChannelDetails.type` attribute of this class is ``MSTEAMS`` 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 UpdateMSTeamsChannelDetails. :type description: str :param type: The value to assign to the type property of this UpdateMSTeamsChannelDetails. 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 UpdateMSTeamsChannelDetails. :type session_expiry_duration_in_milliseconds: int :param freeform_tags: The value to assign to the freeform_tags property of this UpdateMSTeamsChannelDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateMSTeamsChannelDetails. :type defined_tags: dict(str, dict(str, object)) :param msa_app_id: The value to assign to the msa_app_id property of this UpdateMSTeamsChannelDetails. :type msa_app_id: str :param msa_app_password: The value to assign to the msa_app_password property of this UpdateMSTeamsChannelDetails. :type msa_app_password: str :param bot_id: The value to assign to the bot_id property of this UpdateMSTeamsChannelDetails. :type bot_id: str �str�intzdict(str, str)zdict(str, dict(str, object)))�description�type�'session_expiry_duration_in_milliseconds� freeform_tags�defined_tags� msa_app_id�msa_app_password�bot_idr r �#sessionExpiryDurationInMilliseconds�freeformTags�definedTags�msaAppId�msaAppPassword�botIdN�MSTEAMS) � swagger_types� attribute_map�_description�_type�(_session_expiry_duration_in_milliseconds�_freeform_tags� _defined_tags�_msa_app_id�_msa_app_password�_bot_id)�self�kwargs� r&