📂 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
›
delegate_access_control
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/delegate_access_control/models/__pycache__
💾
Free:
45.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: service_provider_interaction_summary.cpython-39.pyc
a ���f8! � @ 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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zdd� Zdd� Zdd� ZdS )�!ServiceProviderInteractionSummaryz8 Summary of customer and operator conversation. �CUSTOMER�OPERATORc K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )aa Initializes a new ServiceProviderInteractionSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param message_identifier: The value to assign to the message_identifier property of this ServiceProviderInteractionSummary. :type message_identifier: str :param user_id: The value to assign to the user_id property of this ServiceProviderInteractionSummary. :type user_id: str :param user_name: The value to assign to the user_name property of this ServiceProviderInteractionSummary. :type user_name: str :param message: The value to assign to the message property of this ServiceProviderInteractionSummary. :type message: str :param user_type: The value to assign to the user_type property of this ServiceProviderInteractionSummary. Allowed values for this property are: "CUSTOMER", "OPERATOR", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type user_type: str :param timestamp: The value to assign to the timestamp property of this ServiceProviderInteractionSummary. :type timestamp: datetime �strZdatetime)�message_identifier�user_id� user_name�message� user_type� timestampZmessageIdentifierZuserIdZuserNamer ZuserTyper N)Z swagger_typesZ attribute_map�_message_identifier�_user_id� _user_name�_message� _user_type� _timestamp)�self�kwargs� r �k/usr/lib/python3.9/site-packages/oci/delegate_access_control/models/service_provider_interaction_summary.py�__init__ s( !� � z*ServiceProviderInteractionSummary.__init__c C s | j S )a! Gets the message_identifier of this ServiceProviderInteractionSummary. The unique identifier of the message within the scope of the associated access request. :return: The message_identifier of this ServiceProviderInteractionSummary. :rtype: str �r �r r r r r S s z4ServiceProviderInteractionSummary.message_identifierc C s || _ dS )a2 Sets the message_identifier of this ServiceProviderInteractionSummary. The unique identifier of the message within the scope of the associated access request. :param message_identifier: The message_identifier of this ServiceProviderInteractionSummary. :type: str Nr )r r r r r r _ s c C s | j S )a Gets the user_id of this ServiceProviderInteractionSummary. ID of the customer or operator who is part of this conversation. For operator, this field is null. :return: The user_id of this ServiceProviderInteractionSummary. :rtype: str �r r r r r r k s z)ServiceProviderInteractionSummary.user_idc C s || _ dS )a Sets the user_id of this ServiceProviderInteractionSummary. ID of the customer or operator who is part of this conversation. For operator, this field is null. :param user_id: The user_id of this ServiceProviderInteractionSummary. :type: str Nr )r r r r r r w s c C s | j S )a Gets the user_name of this ServiceProviderInteractionSummary. Name of the customer or operator who is part of this conversation. For operator, the name is "Operator". :return: The user_name of this ServiceProviderInteractionSummary. :rtype: str �r r r r r r � s z+ServiceProviderInteractionSummary.user_namec C s || _ dS )a( Sets the user_name of this ServiceProviderInteractionSummary. Name of the customer or operator who is part of this conversation. For operator, the name is "Operator". :param user_name: The user_name of this ServiceProviderInteractionSummary. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the message of this ServiceProviderInteractionSummary. The information exchanged between the customer and the operator. :return: The message of this ServiceProviderInteractionSummary. :rtype: str �r r r r r r � s z)ServiceProviderInteractionSummary.messagec C s || _ dS )z� Sets the message of this ServiceProviderInteractionSummary. The information exchanged between the customer and the operator. :param message: The message of this ServiceProviderInteractionSummary. :type: str Nr )r r r r r r � s c C s | j S )a� Gets the user_type of this ServiceProviderInteractionSummary. Indicates whether the user is a customer or an operator. Allowed values for this property are: "CUSTOMER", "OPERATOR", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The user_type of this ServiceProviderInteractionSummary. :rtype: str )r r r r r r � s z+ServiceProviderInteractionSummary.user_typec C s ddg}t ||�sd}|| _dS )z� Sets the user_type of this ServiceProviderInteractionSummary. Indicates whether the user is a customer or an operator. :param user_type: The user_type of this ServiceProviderInteractionSummary. :type: str r r ZUNKNOWN_ENUM_VALUEN)r r )r r Zallowed_valuesr r r r � s c C s | j S )aR Gets the timestamp of this ServiceProviderInteractionSummary. Time when the conversation happened in `RFC 3339`__timestamp format, e.g. '2020-05-22T21:10:29.600Z'. __ https://tools.ietf.org/html/rfc3339 :return: The timestamp of this ServiceProviderInteractionSummary. :rtype: datetime �r r r r r r � s z+ServiceProviderInteractionSummary.timestampc C s || _ dS )aZ Sets the timestamp of this ServiceProviderInteractionSummary. Time when the conversation happened in `RFC 3339`__timestamp format, e.g. '2020-05-22T21:10:29.600Z'. __ https://tools.ietf.org/html/rfc3339 :param timestamp: The timestamp of this ServiceProviderInteractionSummary. :type: datetime Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z*ServiceProviderInteractionSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z(ServiceProviderInteractionSummary.__eq__c C s | |k S r! r r$ r r r �__ne__� s z(ServiceProviderInteractionSummary.__ne__N)�__name__� __module__�__qualname__�__doc__ZUSER_TYPE_CUSTOMERZUSER_TYPE_OPERATORr �propertyr �setterr r r r r r"