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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�QueryableFieldSummaryzI An individual field that can be used as part of a query filter. �STRING�INTEGER�BOOLEAN� DATE_TIME�OBJECTc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new QueryableFieldSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param field_type: The value to assign to the field_type property of this QueryableFieldSummary. Allowed values for this property are: "STRING", "INTEGER", "BOOLEAN", "DATE_TIME", "OBJECT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type field_type: str :param field_name: The value to assign to the field_name property of this QueryableFieldSummary. :type field_name: str :param object_properties: The value to assign to the object_properties property of this QueryableFieldSummary. :type object_properties: list[oci.optimizer.models.QueryableFieldSummary] �strzlist[QueryableFieldSummary])� field_type� field_name�object_properties� fieldType� fieldName�objectPropertiesN)� swagger_types� attribute_map�_field_type�_field_name�_object_properties)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/optimizer/models/queryable_field_summary.py�__init__$ s ��zQueryableFieldSummary.__init__c C s | j S )a **[Required]** Gets the field_type of this QueryableFieldSummary. The type of the field, which dictates the semantics and query constraints that you can use when searching or querying. Allowed values for this property are: "STRING", "INTEGER", "BOOLEAN", "DATE_TIME", "OBJECT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The field_type of this QueryableFieldSummary. :rtype: str )r �r r r r r H s z QueryableFieldSummary.field_typec C s g d�}t ||�sd}|| _dS )a! Sets the field_type of this QueryableFieldSummary. The type of the field, which dictates the semantics and query constraints that you can use when searching or querying. :param field_type: The field_type of this QueryableFieldSummary. :type: str )r r r r r �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r W s c C s | j S )a! **[Required]** Gets the field_name of this QueryableFieldSummary. The name of the field to use when constructing the query. Field names are present for all types except `OBJECT`. :return: The field_name of this QueryableFieldSummary. :rtype: str �r r r r r r f s z QueryableFieldSummary.field_namec C s || _ dS )a Sets the field_name of this QueryableFieldSummary. The name of the field to use when constructing the query. Field names are present for all types except `OBJECT`. :param field_name: The field_name of this QueryableFieldSummary. :type: str Nr )r r r r r r r s c C s | j S )aL Gets the object_properties of this QueryableFieldSummary. If the field type is `OBJECT`, this property lists the individual properties of the object that can be queried. :return: The object_properties of this QueryableFieldSummary. :rtype: list[oci.optimizer.models.QueryableFieldSummary] �r r r r r r ~ s z'QueryableFieldSummary.object_propertiesc C s || _ dS )a\ Sets the object_properties of this QueryableFieldSummary. If the field type is `OBJECT`, this property lists the individual properties of the object that can be queried. :param object_properties: The object_properties of this QueryableFieldSummary. :type: list[oci.optimizer.models.QueryableFieldSummary] Nr! )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zQueryableFieldSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zQueryableFieldSummary.__eq__c C s | |k S r"