ruạṛ
a O��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� �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 �str�datetime�int)� reference�name�time_created�time_updated�time_earliest_log_entry�time_latest_log_entry�warnings_countr r �timeCreated�timeUpdated�timeEarliestLogEntry�timeLatestLogEntry� warningsCountN) � swagger_types� attribute_map� _reference�_name� _time_created� _time_updated�_time_earliest_log_entry�_time_latest_log_entry�_warnings_count)�self�kwargs� r! ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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"