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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zd.d/� Zd0d1� Zd2d3� Zd4S )5� LogAnalyticsMetaFunctionArgumentz* LogAnalyticsMetaFunctionArgument c K s� ddddddddddddddd�| _ ddddd d ddd dddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )a� Initializes a new LogAnalyticsMetaFunctionArgument object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param is_override_output_fields: The value to assign to the is_override_output_fields property of this LogAnalyticsMetaFunctionArgument. :type is_override_output_fields: bool :param argument_display_name: The value to assign to the argument_display_name property of this LogAnalyticsMetaFunctionArgument. :type argument_display_name: str :param argument_example: The value to assign to the argument_example property of this LogAnalyticsMetaFunctionArgument. :type argument_example: str :param argument_service: The value to assign to the argument_service property of this LogAnalyticsMetaFunctionArgument. :type argument_service: str :param argument_data_type: The value to assign to the argument_data_type property of this LogAnalyticsMetaFunctionArgument. :type argument_data_type: str :param argument_description: The value to assign to the argument_description property of this LogAnalyticsMetaFunctionArgument. :type argument_description: str :param argument_name: The value to assign to the argument_name property of this LogAnalyticsMetaFunctionArgument. :type argument_name: str :param argument_order: The value to assign to the argument_order property of this LogAnalyticsMetaFunctionArgument. :type argument_order: int :param argument_type: The value to assign to the argument_type property of this LogAnalyticsMetaFunctionArgument. :type argument_type: int :param argument_id: The value to assign to the argument_id property of this LogAnalyticsMetaFunctionArgument. :type argument_id: int :param argument_lookup_column: The value to assign to the argument_lookup_column property of this LogAnalyticsMetaFunctionArgument. :type argument_lookup_column: str :param argument_lookup_column_position: The value to assign to the argument_lookup_column_position property of this LogAnalyticsMetaFunctionArgument. :type argument_lookup_column_position: int :param argument_value: The value to assign to the argument_value property of this LogAnalyticsMetaFunctionArgument. :type argument_value: str :param argument_reference: The value to assign to the argument_reference property of this LogAnalyticsMetaFunctionArgument. :type argument_reference: str �bool�str�int)�is_override_output_fields�argument_display_name�argument_example�argument_service�argument_data_type�argument_description� argument_name�argument_order� argument_type�argument_id�argument_lookup_column�argument_lookup_column_position�argument_value�argument_reference�isOverrideOutputFields�argumentDisplayName�argumentExample�argumentService�argumentDataType�argumentDescription�argumentName� argumentOrder�argumentType� argumentId�argumentLookupColumn�argumentLookupColumnPosition� argumentValue�argumentReferenceN)� swagger_types� attribute_map�_is_override_output_fields�_argument_display_name�_argument_example�_argument_service�_argument_data_type�_argument_description�_argument_name�_argument_order�_argument_type�_argument_id�_argument_lookup_column� _argument_lookup_column_position�_argument_value�_argument_reference)�self�kwargs� r8 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/log_analytics/models/log_analytics_meta_function_argument.py�__init__ sX ?��z)LogAnalyticsMetaFunctionArgument.__init__c C s | j S )z� Gets the is_override_output_fields of this LogAnalyticsMetaFunctionArgument. The override output fields. :return: The is_override_output_fields of this LogAnalyticsMetaFunctionArgument. :rtype: bool �r( �r6 r8 r8 r9 r s z:LogAnalyticsMetaFunctionArgument.is_override_output_fieldsc C s || _ dS )a Sets the is_override_output_fields of this LogAnalyticsMetaFunctionArgument. The override output fields. :param is_override_output_fields: The is_override_output_fields of this LogAnalyticsMetaFunctionArgument. :type: bool Nr; )r6 r r8 r8 r9 r � s c C s | j S )z� Gets the argument_display_name of this LogAnalyticsMetaFunctionArgument. The argument display name. :return: The argument_display_name of this LogAnalyticsMetaFunctionArgument. :rtype: str �r) r<