📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
data_safe
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_safe/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: alert_aggregation_items.cpython-39.opt-1.pyc
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"