📂 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: parser_test_result.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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�ParserTestResultz ParserTestResult c K sF dddddd�| _ ddd d dd�| _d| _d| _d| _d| _d| _dS ) aC Initializes a new ParserTestResult object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param additional_info: The value to assign to the additional_info property of this ParserTestResult. :type additional_info: dict(str, str) :param entries: The value to assign to the entries property of this ParserTestResult. :type entries: list[oci.log_analytics.models.AbstractParserTestResultLogEntry] :param example_content: The value to assign to the example_content property of this ParserTestResult. :type example_content: str :param lines: The value to assign to the lines property of this ParserTestResult. :type lines: list[oci.log_analytics.models.AbstractParserTestResultLogLine] :param named_capture_groups: The value to assign to the named_capture_groups property of this ParserTestResult. :type named_capture_groups: list[str] zdict(str, str)z&list[AbstractParserTestResultLogEntry]�strz%list[AbstractParserTestResultLogLine]z list[str])�additional_info�entries�example_content�lines�named_capture_groupsZadditionalInfor ZexampleContentr ZnamedCaptureGroupsN)Z swagger_typesZ attribute_map�_additional_info�_entries�_example_content�_lines�_named_capture_groups)�self�kwargs� r �O/usr/lib/python3.9/site-packages/oci/log_analytics/models/parser_test_result.py�__init__ s"