ruạṛ
a O��fN � @ 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 @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )� FunctionFieldzA Field outlining queryString aggregate function entries. c K s� dddddddddddddd� | _ dddd d ddd dddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )a� Initializes a new FunctionField object with values from keyword arguments. The default value of the :py:attr:`~oci.log_analytics.models.FunctionField.name` attribute of this class is ``FUNCTION`` 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 FunctionField. Allowed values for this property are: "FIELD", "FIELDS", "FUNCTION", "SORT" :type name: str :param display_name: The value to assign to the display_name property of this FunctionField. :type display_name: str :param is_declared: The value to assign to the is_declared property of this FunctionField. :type is_declared: bool :param original_display_names: The value to assign to the original_display_names property of this FunctionField. :type original_display_names: list[str] :param internal_name: The value to assign to the internal_name property of this FunctionField. :type internal_name: str :param value_type: The value to assign to the value_type property of this FunctionField. Allowed values for this property are: "BOOLEAN", "STRING", "DOUBLE", "FLOAT", "LONG", "INTEGER", "TIMESTAMP", "FACET" :type value_type: str :param is_groupable: The value to assign to the is_groupable property of this FunctionField. :type is_groupable: bool :param is_duration: The value to assign to the is_duration property of this FunctionField. :type is_duration: bool :param alias: The value to assign to the alias property of this FunctionField. :type alias: str :param filter_query_string: The value to assign to the filter_query_string property of this FunctionField. :type filter_query_string: str :param unit_type: The value to assign to the unit_type property of this FunctionField. :type unit_type: str :param function: The value to assign to the function property of this FunctionField. :type function: str :param arguments: The value to assign to the arguments property of this FunctionField. :type arguments: list[oci.log_analytics.models.Argument] �str�boolz list[str]zlist[Argument]) �name�display_name�is_declared�original_display_names� internal_name� value_type�is_groupable�is_duration�alias�filter_query_string� unit_type�function� argumentsr �displayName� isDeclared�originalDisplayNames�internalName� valueType�isGroupable� isDurationr �filterQueryString�unitTyper r N�FUNCTION)� 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� _function� _arguments)�self�kwargs� r3 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/log_analytics/models/function_field.py�__init__ sT >��zFunctionField.__init__c C s | j S )z� Gets the function of this FunctionField. Name of the aggregate function. :return: The function of this FunctionField. :rtype: str �r/ �r1 r3 r3 r4 r | s zFunctionField.functionc C s || _ dS )z� Sets the function of this FunctionField. Name of the aggregate function. :param function: The function of this FunctionField. :type: str Nr6 )r1 r r3 r3 r4 r � s c C s | j S )z� Gets the arguments of this FunctionField. List of function arguments if specified. :return: The arguments of this FunctionField. :rtype: list[oci.log_analytics.models.Argument] �r0 r7 r3 r3 r4 r � s zFunctionField.argumentsc C s || _ dS )z� Sets the arguments of this FunctionField. List of function arguments if specified. :param arguments: The arguments of this FunctionField. :type: list[oci.log_analytics.models.Argument] Nr8 )r1 r r3 r3 r4 r � s c C s t | �S �N)r r7 r3 r3 r4 �__repr__� s zFunctionField.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r1 �otherr3 r3 r4 �__eq__� s zFunctionField.__eq__c C s | |k S r9 r3 r<