ruạṛ
a ���fy � @ 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 )�AlertAggregationItemsz. Details of alerts aggregation items. c K sF dddddd�| _ dddd d d�| _d| _d| _d| _d| _d| _dS )a� Initializes a new AlertAggregationItems object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param metric_name: The value to assign to the metric_name property of this AlertAggregationItems. :type metric_name: str :param time_started: The value to assign to the time_started property of this AlertAggregationItems. :type time_started: datetime :param time_ended: The value to assign to the time_ended property of this AlertAggregationItems. :type time_ended: datetime :param count: The value to assign to the count property of this AlertAggregationItems. :type count: int :param dimensions: The value to assign to the dimensions property of this AlertAggregationItems. :type dimensions: oci.data_safe.models.AlertsAggregationDimension �strZdatetime�intZAlertsAggregationDimension)�metric_name�time_started� time_ended�count� dimensionsZ metricNameZtimeStartedZ timeEndedr r N)Z swagger_typesZ attribute_map�_metric_name� _time_started�_time_ended�_count�_dimensions)�self�kwargs� r �P/usr/lib/python3.9/site-packages/oci/data_safe/models/alert_aggregation_items.py�__init__ s"