ruạṛ
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 )� FieldValuezG Field value representing and entry in a list-of-values field. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) az Initializes a new FieldValue object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_value: The value to assign to the display_value property of this FieldValue. :type display_value: str :param internal_value: The value to assign to the internal_value property of this FieldValue. :type internal_value: object :param is_deleted: The value to assign to the is_deleted property of this FieldValue. :type is_deleted: bool �str�object�bool)� display_value�internal_value� is_deletedZdisplayValueZ internalValueZ isDeletedN)Z swagger_typesZ attribute_map�_display_value�_internal_value�_is_deleted)�self�kwargs� r �H/usr/lib/python3.9/site-packages/oci/log_analytics/models/field_value.py�__init__ s ��zFieldValue.__init__c C s | j S )z� Gets the display_value of this FieldValue. Display representation of the field value. :return: The display_value of this FieldValue. :rtype: str �r �r r r r r 4 s zFieldValue.display_valuec C s || _ dS )z� Sets the display_value of this FieldValue. Display representation of the field value. :param display_value: The display_value of this FieldValue. :type: str Nr )r r r r r r @ s c C s | j S )z� Gets the internal_value of this FieldValue. Internal representation of the field value. :return: The internal_value of this FieldValue. :rtype: object �r r r r r r L s zFieldValue.internal_valuec C s || _ dS )z� Sets the internal_value of this FieldValue. Internal representation of the field value. :param internal_value: The internal_value of this FieldValue. :type: object Nr )r r r r r r X s c C s | j S )z� Gets the is_deleted of this FieldValue. Denotes if this list-of-values value has been marked as deleted. :return: The is_deleted of this FieldValue. :rtype: bool �r r r r r r d s zFieldValue.is_deletedc C s || _ dS )z� Sets the is_deleted of this FieldValue. Denotes if this list-of-values value has been marked as deleted. :param is_deleted: The is_deleted of this FieldValue. :type: bool Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zFieldValue.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zFieldValue.__eq__c C s | |k S r r r r r r �__ne__� s zFieldValue.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"