ruạṛ
a ���fh � @ 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_propertiesZ fieldTypeZ fieldNameZobjectPropertiesN)Z swagger_typesZ attribute_map�_field_type�_field_name�_object_properties)�self�kwargs� r �P/usr/lib/python3.9/site-packages/oci/optimizer/models/queryable_field_summary.py�__init__&