📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: extract_log_header_results.cpython-39.opt-1.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 )�ExtractLogHeaderResultsz log header values c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new ExtractLogHeaderResults object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param json_paths: The value to assign to the json_paths property of this ExtractLogHeaderResults. :type json_paths: list[oci.log_analytics.models.ExtractLogHeaderDetails] :param xml_paths: The value to assign to the xml_paths property of this ExtractLogHeaderResults. :type xml_paths: list[str] :param header_paths: The value to assign to the header_paths property of this ExtractLogHeaderResults. :type header_paths: list[str] zlist[ExtractLogHeaderDetails]z list[str])� json_paths� xml_paths�header_pathsZ jsonPathsZxmlPathsZheaderPathsN)Z swagger_typesZ attribute_map�_json_paths� _xml_paths� _header_paths)�self�kwargs� r �W/usr/lib/python3.9/site-packages/oci/log_analytics/models/extract_log_header_results.py�__init__ s ��z ExtractLogHeaderResults.__init__c C s | j S )z� Gets the json_paths of this ExtractLogHeaderResults. The log header json paths. :return: The json_paths of this ExtractLogHeaderResults. :rtype: list[oci.log_analytics.models.ExtractLogHeaderDetails] �r �r r r r r 4 s z"ExtractLogHeaderResults.json_pathsc C s || _ dS )z� Sets the json_paths of this ExtractLogHeaderResults. The log header json paths. :param json_paths: The json_paths of this ExtractLogHeaderResults. :type: list[oci.log_analytics.models.ExtractLogHeaderDetails] Nr )r r r r r r @ s c C s | j S )z� Gets the xml_paths of this ExtractLogHeaderResults. The log field or log header values. :return: The xml_paths of this ExtractLogHeaderResults. :rtype: list[str] �r r r r r r L s z!ExtractLogHeaderResults.xml_pathsc C s || _ dS )z� Sets the xml_paths of this ExtractLogHeaderResults. The log field or log header values. :param xml_paths: The xml_paths of this ExtractLogHeaderResults. :type: list[str] Nr )r r r r r r X s c C s | j S )z� Gets the header_paths of this ExtractLogHeaderResults. The log header values. :return: The header_paths of this ExtractLogHeaderResults. :rtype: list[str] �r r r r r r d s z$ExtractLogHeaderResults.header_pathsc C s || _ dS )z� Sets the header_paths of this ExtractLogHeaderResults. The log header values. :param header_paths: The header_paths of this ExtractLogHeaderResults. :type: list[str] Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s z ExtractLogHeaderResults.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zExtractLogHeaderResults.__eq__c C s | |k S r r r r r r �__ne__� s zExtractLogHeaderResults.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"