📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/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: ui_parser_test_metadata.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 d d� Z dd� Zdd� ZdS )�UiParserTestMetadataz UiParserTestMetadata c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new UiParserTestMetadata object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param last_modified_time: The value to assign to the last_modified_time property of this UiParserTestMetadata. :type last_modified_time: str :param log_file_name: The value to assign to the log_file_name property of this UiParserTestMetadata. :type log_file_name: str :param time_zone: The value to assign to the time_zone property of this UiParserTestMetadata. :type time_zone: datetime �str�datetime)�last_modified_time� log_file_name� time_zone�lastModifiedTime�logFileName�timeZoneN)� swagger_types� attribute_map�_last_modified_time�_log_file_name� _time_zone)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/log_analytics/models/ui_parser_test_metadata.py�__init__ s ��zUiParserTestMetadata.__init__c C s | j S )z� Gets the last_modified_time of this UiParserTestMetadata. The last modified time. :return: The last_modified_time of this UiParserTestMetadata. :rtype: str �r �r r r r r 2 s z'UiParserTestMetadata.last_modified_timec C s || _ dS )z� Sets the last_modified_time of this UiParserTestMetadata. The last modified time. :param last_modified_time: The last_modified_time of this UiParserTestMetadata. :type: str Nr )r r r r r r >