ruạṛ
a O��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )� AbstractField� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sR e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zd d � Z dd� Zd d� ZdS )�FieldsAddRemoveFieldzK Field denoting a field specified in querylanguage FIELDS command. �ADD�REMOVEc K s� ddddddddddddd�| _ ddddd d ddd dddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a Initializes a new FieldsAddRemoveField object with values from keyword arguments. The default value of the :py:attr:`~oci.log_analytics.models.FieldsAddRemoveField.name` attribute of this class is ``FIELDS`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this FieldsAddRemoveField. Allowed values for this property are: "FIELD", "FIELDS", "FUNCTION", "SORT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type name: str :param display_name: The value to assign to the display_name property of this FieldsAddRemoveField. :type display_name: str :param is_declared: The value to assign to the is_declared property of this FieldsAddRemoveField. :type is_declared: bool :param original_display_names: The value to assign to the original_display_names property of this FieldsAddRemoveField. :type original_display_names: list[str] :param internal_name: The value to assign to the internal_name property of this FieldsAddRemoveField. :type internal_name: str :param value_type: The value to assign to the value_type property of this FieldsAddRemoveField. Allowed values for this property are: "BOOLEAN", "STRING", "DOUBLE", "FLOAT", "LONG", "INTEGER", "TIMESTAMP", "FACET", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type value_type: str :param is_groupable: The value to assign to the is_groupable property of this FieldsAddRemoveField. :type is_groupable: bool :param is_duration: The value to assign to the is_duration property of this FieldsAddRemoveField. :type is_duration: bool :param alias: The value to assign to the alias property of this FieldsAddRemoveField. :type alias: str :param filter_query_string: The value to assign to the filter_query_string property of this FieldsAddRemoveField. :type filter_query_string: str :param unit_type: The value to assign to the unit_type property of this FieldsAddRemoveField. :type unit_type: str :param operation: The value to assign to the operation property of this FieldsAddRemoveField. Allowed values for this property are: "ADD", "REMOVE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type operation: str �str�boolz list[str])�name�display_name�is_declared�original_display_names� internal_name� value_type�is_groupable�is_duration�alias�filter_query_string� unit_type� operationr �displayName� isDeclared�originalDisplayNames�internalName� valueType�isGroupable� isDurationr �filterQueryString�unitTyper N�FIELDS)� swagger_types� attribute_map�_name� _display_name�_is_declared�_original_display_names�_internal_name�_value_type� _is_groupable�_is_duration�_alias�_filter_query_string� _unit_type� _operation)�self�kwargs� r3 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/log_analytics/models/fields_add_remove_field.py�__init__ sN >��zFieldsAddRemoveField.__init__c C s | j S )a� Gets the operation of this FieldsAddRemoveField. Denotes if field entry in FIELDS command is to show / hide field in results. Allowed values for this property are: "ADD", "REMOVE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The operation of this FieldsAddRemoveField. :rtype: str )r0 �r1 r3 r3 r4 r � s zFieldsAddRemoveField.operationc C s ddg}t ||�sd}|| _dS )z� Sets the operation of this FieldsAddRemoveField. Denotes if field entry in FIELDS command is to show / hide field in results. :param operation: The operation of this FieldsAddRemoveField. :type: str r r �UNKNOWN_ENUM_VALUEN)r r0 )r1 r �allowed_valuesr3 r3 r4 r � s c C s t | �S �N)r r6 r3 r3 r4 �__repr__� s zFieldsAddRemoveField.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r1 �otherr3 r3 r4 �__eq__� s zFieldsAddRemoveField.__eq__c C s | |k S r9 r3 r<