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 )�SqlInsightAggregationCollectionz SQL Insights response. c K sF dddddd�| _ dddd d d�| _d| _d| _d| _d| _d| _dS )a{ Initializes a new SqlInsightAggregationCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param time_interval_start: The value to assign to the time_interval_start property of this SqlInsightAggregationCollection. :type time_interval_start: datetime :param time_interval_end: The value to assign to the time_interval_end property of this SqlInsightAggregationCollection. :type time_interval_end: datetime :param inventory: The value to assign to the inventory property of this SqlInsightAggregationCollection. :type inventory: oci.opsi.models.SqlInventory :param items: The value to assign to the items property of this SqlInsightAggregationCollection. :type items: list[oci.opsi.models.SqlInsightAggregation] :param thresholds: The value to assign to the thresholds property of this SqlInsightAggregationCollection. :type thresholds: oci.opsi.models.SqlInsightThresholds ZdatetimeZSqlInventoryzlist[SqlInsightAggregation]ZSqlInsightThresholds)�time_interval_start�time_interval_end� inventory�items� thresholdsZtimeIntervalStartZtimeIntervalEndr r r N)Z swagger_typesZ attribute_map�_time_interval_start�_time_interval_end� _inventory�_items�_thresholds)�self�kwargs� r �V/usr/lib/python3.9/site-packages/oci/opsi/models/sql_insight_aggregation_collection.py�__init__ s"