ruạṛ
a ���fl � @ 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 )� LogEntryBatchz( A single batch of Log Entries. c K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a� Initializes a new LogEntryBatch object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param entries: The value to assign to the entries property of this LogEntryBatch. :type entries: list[oci.loggingingestion.models.LogEntry] :param source: The value to assign to the source property of this LogEntryBatch. :type source: str :param type: The value to assign to the type property of this LogEntryBatch. :type type: str :param subject: The value to assign to the subject property of this LogEntryBatch. :type subject: str :param defaultlogentrytime: The value to assign to the defaultlogentrytime property of this LogEntryBatch. :type defaultlogentrytime: datetime zlist[LogEntry]�strZdatetime)�entries�source�type�subject�defaultlogentrytimer r r r r N)Z swagger_typesZ attribute_map�_entries�_source�_type�_subject�_defaultlogentrytime)�self�kwargs� r �O/usr/lib/python3.9/site-packages/oci/loggingingestion/models/log_entry_batch.py�__init__ s"