ruạṛ
a O��f�/ � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd ZdZdZdZdd� Zedd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!d"� �Zejd#d"� �Zd$d%� Zd&d'� Zd(d)� Zd*S )+�UpdateChannelDetailsz) Properties to update a Channel. �ANDROID�APPEVENT�APPLICATION�CORTANA�FACEBOOK�IOS�MSTEAMS�OSS�OSVC�SERVICECLOUD�SLACK�TEST�TWILIO�WEB�WEBHOOKc K sF dddddd�| _ dddd d d�| _d| _d| _d| _d| _d| _dS )a Initializes a new UpdateChannelDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.oda.models.UpdateOsvcChannelDetails` * :class:`~oci.oda.models.UpdateOSSChannelDetails` * :class:`~oci.oda.models.UpdateAndroidChannelDetails` * :class:`~oci.oda.models.UpdateMSTeamsChannelDetails` * :class:`~oci.oda.models.UpdateAppEventChannelDetails` * :class:`~oci.oda.models.UpdateWebChannelDetails` * :class:`~oci.oda.models.UpdateIosChannelDetails` * :class:`~oci.oda.models.UpdateSlackChannelDetails` * :class:`~oci.oda.models.UpdateServiceCloudChannelDetails` * :class:`~oci.oda.models.UpdateTwilioChannelDetails` * :class:`~oci.oda.models.UpdateWebhookChannelDetails` * :class:`~oci.oda.models.UpdateApplicationChannelDetails` * :class:`~oci.oda.models.UpdateFacebookChannelDetails` * :class:`~oci.oda.models.UpdateCortanaChannelDetails` 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 UpdateChannelDetails. :type description: str :param type: The value to assign to the type property of this UpdateChannelDetails. 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 UpdateChannelDetails. :type session_expiry_duration_in_milliseconds: int :param freeform_tags: The value to assign to the freeform_tags property of this UpdateChannelDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateChannelDetails. :type defined_tags: dict(str, dict(str, object)) �str�intzdict(str, str)zdict(str, dict(str, object)))�description�type�'session_expiry_duration_in_milliseconds� freeform_tags�defined_tagsr r �#sessionExpiryDurationInMilliseconds�freeformTags�definedTagsN)� swagger_types� attribute_map�_description�_type�(_session_expiry_duration_in_milliseconds�_freeform_tags� _defined_tags)�self�kwargs� r) ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/oda/models/update_channel_details.py�__init__L s"