📂 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
›
streaming
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/streaming/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: put_messages_result_entry.cpython-39.opt-1.pyc
a ���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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�PutMessagesResultEntryaH Represents the result of a :func:`put_messages` request, whether it was successful or not. If a message was successfully appended to the stream, the entry includes the `offset`, `partition`, and `timestamp`. If the message failed to be appended to the stream, the entry includes the `error` and `errorMessage`. c K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a� Initializes a new PutMessagesResultEntry object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param partition: The value to assign to the partition property of this PutMessagesResultEntry. :type partition: str :param offset: The value to assign to the offset property of this PutMessagesResultEntry. :type offset: int :param timestamp: The value to assign to the timestamp property of this PutMessagesResultEntry. :type timestamp: datetime :param error: The value to assign to the error property of this PutMessagesResultEntry. :type error: str :param error_message: The value to assign to the error_message property of this PutMessagesResultEntry. :type error_message: str �str�intZdatetime)� partition�offset� timestamp�error� error_messager r r r ZerrorMessageN)Z swagger_typesZ attribute_map� _partition�_offset� _timestamp�_error�_error_message)�self�kwargs� r �R/usr/lib/python3.9/site-packages/oci/streaming/models/put_messages_result_entry.py�__init__ s"