📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
log_analytics
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/log_analytics/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: upload_summary.pyc
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 ) � UploadSummaryz Summary of the Upload. c K sZ dddddddd�| _ ddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new UploadSummary 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 UploadSummary. :type reference: str :param name: The value to assign to the name property of this UploadSummary. :type name: str :param time_created: The value to assign to the time_created property of this UploadSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this UploadSummary. :type time_updated: datetime :param time_earliest_log_entry: The value to assign to the time_earliest_log_entry property of this UploadSummary. :type time_earliest_log_entry: datetime :param time_latest_log_entry: The value to assign to the time_latest_log_entry property of this UploadSummary. :type time_latest_log_entry: datetime :param warnings_count: The value to assign to the warnings_count property of this UploadSummary. :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_summary.py�__init__ s. #�� zUploadSummary.__init__c C s | j S )z� **[Required]** Gets the reference of this UploadSummary. Unique internal identifier to refer the upload container. :return: The reference of this UploadSummary. :rtype: str �r �r r! r! r"