📂 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: lookup_field.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� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS ) �LookupFieldz LookupField c K sZ dddddddd�| _ ddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new LookupField object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param common_field_name: The value to assign to the common_field_name property of this LookupField. :type common_field_name: str :param default_match_value: The value to assign to the default_match_value property of this LookupField. :type default_match_value: str :param display_name: The value to assign to the display_name property of this LookupField. :type display_name: str :param is_common_field: The value to assign to the is_common_field property of this LookupField. :type is_common_field: bool :param match_operator: The value to assign to the match_operator property of this LookupField. :type match_operator: str :param name: The value to assign to the name property of this LookupField. :type name: str :param position: The value to assign to the position property of this LookupField. :type position: int �str�bool�int)�common_field_name�default_match_value�display_name�is_common_field�match_operator�name�positionZcommonFieldNameZdefaultMatchValueZdisplayNameZ isCommonFieldZ matchOperatorr r N) Z swagger_typesZ attribute_map�_common_field_name�_default_match_value� _display_name�_is_common_field�_match_operator�_name� _position)�self�kwargs� r �I/usr/lib/python3.9/site-packages/oci/log_analytics/models/lookup_field.py�__init__ s. #�� zLookupField.__init__c C s | j S )z� Gets the common_field_name of this LookupField. The common field name. :return: The common_field_name of this LookupField. :rtype: str �r �r r r r r P s zLookupField.common_field_namec C s || _ dS )z� Sets the common_field_name of this LookupField. The common field name. :param common_field_name: The common_field_name of this LookupField. :type: str Nr )r r r r r r \ s c C s | j S )z� Gets the default_match_value of this LookupField. The default match value. :return: The default_match_value of this LookupField. :rtype: str �r r r r r r h s zLookupField.default_match_valuec C s || _ dS )z� Sets the default_match_value of this LookupField. The default match value. :param default_match_value: The default_match_value of this LookupField. :type: str Nr )r r r r r r t s c C s | j S )z� Gets the display_name of this LookupField. The field display name. :return: The display_name of this LookupField. :rtype: str �r r r r r r � s zLookupField.display_namec C s || _ dS )z� Sets the display_name of this LookupField. The field display name. :param display_name: The display_name of this LookupField. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the is_common_field of this LookupField. A flag indicating whether or not the lookup field is a common field. :return: The is_common_field of this LookupField. :rtype: bool �r r r r r r � s zLookupField.is_common_fieldc C s || _ dS )z� Sets the is_common_field of this LookupField. A flag indicating whether or not the lookup field is a common field. :param is_common_field: The is_common_field of this LookupField. :type: bool Nr! )r r r r r r � s c C s | j S )z� Gets the match_operator of this LookupField. The match operator. :return: The match_operator of this LookupField. :rtype: str �r r r r r r � s zLookupField.match_operatorc C s || _ dS )z� Sets the match_operator of this LookupField. The match operator. :param match_operator: The match_operator of this LookupField. :type: str Nr"