File: //lib/python3.9/site-packages/oci/opsi/models/__pycache__/sql_text_summary.cpython-39.pyc
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 )�SqlTextSummaryz
SQL Text details
c K sF dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _dS ) a�
Initializes a new SqlTextSummary object with values from keyword arguments.
The following keyword arguments are supported (corresponding to the getters/setters of this class):
:param sql_identifier:
The value to assign to the sql_identifier property of this SqlTextSummary.
:type sql_identifier: str
:param id:
The value to assign to the id property of this SqlTextSummary.
:type id: str
:param database_id:
The value to assign to the database_id property of this SqlTextSummary.
:type database_id: str
:param compartment_id:
The value to assign to the compartment_id property of this SqlTextSummary.
:type compartment_id: str
:param sql_text:
The value to assign to the sql_text property of this SqlTextSummary.
:type sql_text: str
�str)�sql_identifier�id�database_id�compartment_id�sql_textZ
sqlIdentifierr Z
databaseIdZ
compartmentIdZsqlTextN)Z
swagger_typesZ
attribute_map�_sql_identifier�_id�_database_id�_compartment_id� _sql_text)�self�kwargs� r �D/usr/lib/python3.9/site-packages/oci/opsi/models/sql_text_summary.py�__init__ s"