ruạṛ
a ���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� �Zdd� Zdd� Z dd� ZdS )�MySqlSqlTextz% MySql SQL Text type object. c K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a� Initializes a new MySqlSqlText object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param schema_name: The value to assign to the schema_name property of this MySqlSqlText. :type schema_name: str :param digest: The value to assign to the digest property of this MySqlSqlText. :type digest: str :param time_collected: The value to assign to the time_collected property of this MySqlSqlText. :type time_collected: datetime :param command_type: The value to assign to the command_type property of this MySqlSqlText. :type command_type: str :param digest_text: The value to assign to the digest_text property of this MySqlSqlText. :type digest_text: str �strZdatetime)�schema_name�digest�time_collected�command_type�digest_textZ schemaNamer Z timeCollectedZcommandTypeZ digestTextN)Z swagger_typesZ attribute_map�_schema_name�_digest�_time_collected� _command_type�_digest_text)�self�kwargs� r �C/usr/lib/python3.9/site-packages/oci/opsi/models/my_sql_sql_text.py�__init__ s"