📂 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
›
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: literal_argument.pyc
a O��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�Argument� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�LiteralArgumentz/ QueryString argument of type literal. c K s8 dddd�| _ dddd�| _d| _d| _d| _d| _dS ) a9 Initializes a new LiteralArgument object with values from keyword arguments. The default value of the :py:attr:`~oci.log_analytics.models.LiteralArgument.type` attribute of this class is ``LITERAL`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this LiteralArgument. Allowed values for this property are: "FIELD", "LITERAL" :type type: str :param data_type: The value to assign to the data_type property of this LiteralArgument. :type data_type: str :param value: The value to assign to the value property of this LiteralArgument. :type value: object �str�object)�type� data_type�valuer �dataTyper N�LITERAL)� swagger_types� attribute_map�_type� _data_type�_value)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/log_analytics/models/literal_argument.py�__init__ s ��zLiteralArgument.__init__c C s | j S )z� Gets the data_type of this LiteralArgument. Data type of specified literal in queryString. :return: The data_type of this LiteralArgument. :rtype: str �r �r r r r r 5 s zLiteralArgument.data_typec C s || _ dS )z� Sets the data_type of this LiteralArgument. Data type of specified literal in queryString. :param data_type: The data_type of this LiteralArgument. :type: str Nr )r r r r r r A s c C s | j S )z� Gets the value of this LiteralArgument. Literal value specified in queryString. :return: The value of this LiteralArgument. :rtype: object �r r r r r r M s zLiteralArgument.valuec C s || _ dS )z� Sets the value of this LiteralArgument. Literal value specified in queryString. :param value: The value of this LiteralArgument. :type: object Nr )r r r r r r Y s c C s t | �S �N)r r r r r �__repr__e s zLiteralArgument.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__h s zLiteralArgument.__eq__c C s | |k S r r r r r r �__ne__n s zLiteralArgument.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r"