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 dd� Zdd� Zdd� ZdS ) �SqlTextz SQL Text type object. c K sZ dddddddd�| _ ddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new SqlText object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param version: The value to assign to the version property of this SqlText. :type version: float :param sql_identifier: The value to assign to the sql_identifier property of this SqlText. :type sql_identifier: str :param time_collected: The value to assign to the time_collected property of this SqlText. :type time_collected: datetime :param sql_command: The value to assign to the sql_command property of this SqlText. :type sql_command: str :param exact_matching_signature: The value to assign to the exact_matching_signature property of this SqlText. :type exact_matching_signature: str :param force_matching_signature: The value to assign to the force_matching_signature property of this SqlText. :type force_matching_signature: str :param sql_full_text: The value to assign to the sql_full_text property of this SqlText. :type sql_full_text: str �float�str�datetime)�version�sql_identifier�time_collected�sql_command�exact_matching_signature�force_matching_signature� sql_full_textr � sqlIdentifier� timeCollected� sqlCommand�exactMatchingSignature�forceMatchingSignature�sqlFullTextN) � swagger_types� attribute_map�_version�_sql_identifier�_time_collected�_sql_command�_exact_matching_signature�_force_matching_signature�_sql_full_text)�self�kwargs� r"