📂 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: create_service_cloud_channel_details.cpython-39.opt-1.pyc
a ���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 @ s� e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z dd� Zdd� Zdd� ZdS )� CreateServiceCloudChannelDetailszA Properties required to create an Service Cloud channel. �WSDL�RESTc K s� dddddddddddd�| _ dddd d ddd dddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _dS )a� Initializes a new CreateServiceCloudChannelDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.oda.models.CreateServiceCloudChannelDetails.type` attribute of this class is ``SERVICECLOUD`` 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 CreateServiceCloudChannelDetails. :type name: str :param description: The value to assign to the description property of this CreateServiceCloudChannelDetails. :type description: str :param type: The value to assign to the type property of this CreateServiceCloudChannelDetails. 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 CreateServiceCloudChannelDetails. :type session_expiry_duration_in_milliseconds: int :param freeform_tags: The value to assign to the freeform_tags property of this CreateServiceCloudChannelDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateServiceCloudChannelDetails. :type defined_tags: dict(str, dict(str, object)) :param domain_name: The value to assign to the domain_name property of this CreateServiceCloudChannelDetails. :type domain_name: str :param host_name_prefix: The value to assign to the host_name_prefix property of this CreateServiceCloudChannelDetails. :type host_name_prefix: str :param user_name: The value to assign to the user_name property of this CreateServiceCloudChannelDetails. :type user_name: str :param password: The value to assign to the password property of this CreateServiceCloudChannelDetails. :type password: str :param client_type: The value to assign to the client_type property of this CreateServiceCloudChannelDetails. Allowed values for this property are: "WSDL", "REST" :type client_type: str �str�intzdict(str, str)zdict(str, dict(str, object)))�name�description�typeZ'session_expiry_duration_in_millisecondsZ freeform_tagsZdefined_tags�domain_name�host_name_prefix� user_name�password�client_typer r r Z#sessionExpiryDurationInMillisecondsZfreeformTagsZdefinedTagsZ domainNameZhostNamePrefixZuserNamer Z clientTypeNZSERVICECLOUD) Z swagger_typesZ attribute_map�_nameZ_descriptionZ_typeZ(_session_expiry_duration_in_millisecondsZ_freeform_tagsZ _defined_tags�_domain_name�_host_name_prefix� _user_name� _password�_client_type)�self�kwargs� r �W/usr/lib/python3.9/site-packages/oci/oda/models/create_service_cloud_channel_details.py�__init__ sH 6��z)CreateServiceCloudChannelDetails.__init__c C s | j S )a/ **[Required]** Gets the domain_name of this CreateServiceCloudChannelDetails. The domain name. If you have access to Oracle B2C Service, you can derive this value from the URL that you use to launch the Agent Browser User Interface. For example, if the URL is sitename.exampledomain.com, then the host name prefix is sitename and the domain name is exampledomain.com. If the channel is connecting to Oracle B2C Service version 19A or later, and you have multiple interfaces, then you must include the interface ID in the host (site) name . For example, for the interface that has an ID of 2, you would use something like sitename-2.exampledomain.com. :return: The domain_name of this CreateServiceCloudChannelDetails. :rtype: str �r �r r r r r x s z,CreateServiceCloudChannelDetails.domain_namec C s || _ dS )a* Sets the domain_name of this CreateServiceCloudChannelDetails. The domain name. If you have access to Oracle B2C Service, you can derive this value from the URL that you use to launch the Agent Browser User Interface. For example, if the URL is sitename.exampledomain.com, then the host name prefix is sitename and the domain name is exampledomain.com. If the channel is connecting to Oracle B2C Service version 19A or later, and you have multiple interfaces, then you must include the interface ID in the host (site) name . For example, for the interface that has an ID of 2, you would use something like sitename-2.exampledomain.com. :param domain_name: The domain_name of this CreateServiceCloudChannelDetails. :type: str Nr )r r r r r r � s c C s | j S )a9 **[Required]** Gets the host_name_prefix of this CreateServiceCloudChannelDetails. The host prefix. If you have access to Oracle B2C Service, you can derive this value from the URL that you use to launch the Agent Browser User Interface. For example, if the URL is sitename.exampledomain.com, then the host name prefix is sitename and the domain name is exampledomain.com. If the channel is connecting to Oracle B2C Service version 19A or later, and you have multiple interfaces, then you must include the interface ID in the host (site) name . For example, for the interface that has an ID of 2, you would use something like sitename-2.exampledomain.com. :return: The host_name_prefix of this CreateServiceCloudChannelDetails. :rtype: str �r r! r r r r � s z1CreateServiceCloudChannelDetails.host_name_prefixc C s || _ dS )a9 Sets the host_name_prefix of this CreateServiceCloudChannelDetails. The host prefix. If you have access to Oracle B2C Service, you can derive this value from the URL that you use to launch the Agent Browser User Interface. For example, if the URL is sitename.exampledomain.com, then the host name prefix is sitename and the domain name is exampledomain.com. If the channel is connecting to Oracle B2C Service version 19A or later, and you have multiple interfaces, then you must include the interface ID in the host (site) name . For example, for the interface that has an ID of 2, you would use something like sitename-2.exampledomain.com. :param host_name_prefix: The host_name_prefix of this CreateServiceCloudChannelDetails. :type: str Nr"