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 )�SqlSearchCollectionz Search SQL response. c K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a� Initializes a new SqlSearchCollection 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 SqlSearchCollection. :type sql_identifier: str :param sql_text: The value to assign to the sql_text property of this SqlSearchCollection. :type sql_text: str :param time_interval_start: The value to assign to the time_interval_start property of this SqlSearchCollection. :type time_interval_start: datetime :param time_interval_end: The value to assign to the time_interval_end property of this SqlSearchCollection. :type time_interval_end: datetime :param items: The value to assign to the items property of this SqlSearchCollection. :type items: list[oci.opsi.models.SqlSearchSummary] �strZdatetimezlist[SqlSearchSummary])�sql_identifier�sql_text�time_interval_start�time_interval_end�itemsZ sqlIdentifierZsqlTextZtimeIntervalStartZtimeIntervalEndr N)Z swagger_typesZ attribute_map�_sql_identifier� _sql_text�_time_interval_start�_time_interval_end�_items)�self�kwargs� r �I/usr/lib/python3.9/site-packages/oci/opsi/models/sql_search_collection.py�__init__ s"