ruạṛ
a ���fd � @ 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� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS ) �Uploadz Upload is a container that can be used to put all the relevant and related on-demand upload based log files together. c K sZ dddddddd�| _ ddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new Upload object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param reference: The value to assign to the reference property of this Upload. :type reference: str :param name: The value to assign to the name property of this Upload. :type name: str :param time_created: The value to assign to the time_created property of this Upload. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this Upload. :type time_updated: datetime :param time_earliest_log_entry: The value to assign to the time_earliest_log_entry property of this Upload. :type time_earliest_log_entry: datetime :param time_latest_log_entry: The value to assign to the time_latest_log_entry property of this Upload. :type time_latest_log_entry: datetime :param warnings_count: The value to assign to the warnings_count property of this Upload. :type warnings_count: int �strZdatetime�int)� reference�name�time_created�time_updated�time_earliest_log_entry�time_latest_log_entry�warnings_countr r ZtimeCreatedZtimeUpdatedZtimeEarliestLogEntryZtimeLatestLogEntryZ warningsCountN) Z swagger_typesZ attribute_map� _reference�_name� _time_created� _time_updated�_time_earliest_log_entry�_time_latest_log_entry�_warnings_count)�self�kwargs� r �C/usr/lib/python3.9/site-packages/oci/log_analytics/models/upload.py�__init__ s. #�� zUpload.__init__c C s | j S )z� **[Required]** Gets the reference of this Upload. Unique internal identifier to refer the upload container. :return: The reference of this Upload. :rtype: str �r �r r r r r P s zUpload.referencec C s || _ dS )z� Sets the reference of this Upload. Unique internal identifier to refer the upload container. :param reference: The reference of this Upload. :type: str Nr )r r r r r r \ s c C s | j S )z� **[Required]** Gets the name of this Upload. The name of the upload container. :return: The name of this Upload. :rtype: str �r r r r r r h s zUpload.namec C s || _ dS )z� Sets the name of this Upload. The name of the upload container. :param name: The name of this Upload. :type: str Nr )r r r r r r t s c C s | j S )z� **[Required]** Gets the time_created of this Upload. The time when this upload container is created. An RFC3339 formatted datetime string. :return: The time_created of this Upload. :rtype: datetime �r r r r r r � s zUpload.time_createdc C s || _ dS )z� Sets the time_created of this Upload. The time when this upload container is created. An RFC3339 formatted datetime string. :param time_created: The time_created of this Upload. :type: datetime Nr )r r r r r r � s c C s | j S )z� Gets the time_updated of this Upload. The latest time when this upload container is modified. An RFC3339 formatted datetime string. :return: The time_updated of this Upload. :rtype: datetime �r r r r r r � s zUpload.time_updatedc C s || _ dS )z� Sets the time_updated of this Upload. The latest time when this upload container is modified. An RFC3339 formatted datetime string. :param time_updated: The time_updated of this Upload. :type: datetime Nr )r r r r r r � s c C s | j S )a Gets the time_earliest_log_entry of this Upload. This time represents the earliest time of the log entry in this container. An RFC3339 formatted datetime string. :return: The time_earliest_log_entry of this Upload. :rtype: datetime �r r r r r r � s zUpload.time_earliest_log_entryc C s || _ dS )a) Sets the time_earliest_log_entry of this Upload. This time represents the earliest time of the log entry in this container. An RFC3339 formatted datetime string. :param time_earliest_log_entry: The time_earliest_log_entry of this Upload. :type: datetime Nr! )r r r r r r � s c C s | j S )a Gets the time_latest_log_entry of this Upload. This time represents the latest time of the log entry in this container. An RFC3339 formatted datetime string. :return: The time_latest_log_entry of this Upload. :rtype: datetime �r r r r r r � s zUpload.time_latest_log_entryc C s || _ dS )a! Sets the time_latest_log_entry of this Upload. This time represents the latest time of the log entry in this container. An RFC3339 formatted datetime string. :param time_latest_log_entry: The time_latest_log_entry of this Upload. :type: datetime Nr"