ruạṛ
a O��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_deleted�displayValue� internalValue� isDeletedN)� swagger_types� attribute_map�_display_value�_internal_value�_is_deleted)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 2 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 >