📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
log_analytics
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/log_analytics/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: ui_parser_test_metadata.cpython-39.pyc
a ���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 �strZdatetime)�last_modified_time� log_file_name� time_zoneZlastModifiedTimeZlogFileNameZtimeZoneN)Z swagger_typesZ attribute_map�_last_modified_time�_log_file_name� _time_zone)�self�kwargs� r �T/usr/lib/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 4 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 @ s c C s | j S )z� Gets the log_file_name of this UiParserTestMetadata. The log file name. :return: The log_file_name of this UiParserTestMetadata. :rtype: str �r r r r r r L s z"UiParserTestMetadata.log_file_namec C s || _ dS )z� Sets the log_file_name of this UiParserTestMetadata. The log file name. :param log_file_name: The log_file_name of this UiParserTestMetadata. :type: str Nr )r r r r r r X s c C s | j S )z� Gets the time_zone of this UiParserTestMetadata. The time zone. :return: The time_zone of this UiParserTestMetadata. :rtype: datetime �r r r r r r d s zUiParserTestMetadata.time_zonec C s || _ dS )z� Sets the time_zone of this UiParserTestMetadata. The time zone. :param time_zone: The time_zone of this UiParserTestMetadata. :type: datetime Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zUiParserTestMetadata.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zUiParserTestMetadata.__eq__c C s | |k S r r r r r r �__ne__� s zUiParserTestMetadata.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"