📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
oda
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/oda/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_ios_channel_details.cpython-39.pyc
a ���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 @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�UpdateIosChannelDetailsz. Properties to update an iOS channel. c K st dddddddddd� | _ ddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )am Initializes a new UpdateIosChannelDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.oda.models.UpdateIosChannelDetails.type` attribute of this class is ``IOS`` 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 UpdateIosChannelDetails. :type name: str :param description: The value to assign to the description property of this UpdateIosChannelDetails. :type description: str :param type: The value to assign to the type property of this UpdateIosChannelDetails. 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 UpdateIosChannelDetails. :type session_expiry_duration_in_milliseconds: int :param freeform_tags: The value to assign to the freeform_tags property of this UpdateIosChannelDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateIosChannelDetails. :type defined_tags: dict(str, dict(str, object)) :param max_token_expiration_time_in_minutes: The value to assign to the max_token_expiration_time_in_minutes property of this UpdateIosChannelDetails. :type max_token_expiration_time_in_minutes: int :param is_client_authentication_enabled: The value to assign to the is_client_authentication_enabled property of this UpdateIosChannelDetails. :type is_client_authentication_enabled: bool :param bot_id: The value to assign to the bot_id property of this UpdateIosChannelDetails. :type bot_id: str �str�intzdict(str, str)zdict(str, dict(str, object))�bool) �name�description�typeZ'session_expiry_duration_in_millisecondsZ freeform_tagsZdefined_tags�$max_token_expiration_time_in_minutes� is_client_authentication_enabled�bot_idr r r Z#sessionExpiryDurationInMillisecondsZfreeformTagsZdefinedTagsZmaxTokenExpirationTimeInMinutesZisClientAuthenticationEnabledZbotIdNZIOS)Z swagger_typesZ attribute_map�_nameZ_descriptionZ_typeZ(_session_expiry_duration_in_millisecondsZ_freeform_tagsZ _defined_tags�%_max_token_expiration_time_in_minutes�!_is_client_authentication_enabled�_bot_id)�self�kwargs� r �M/usr/lib/python3.9/site-packages/oci/oda/models/update_ios_channel_details.py�__init__ s<