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 )�AnomalyDataPointz5 anomaly evaluation result fo the data point c K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) ab Initializes a new AnomalyDataPoint object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param anomaly: The value to assign to the anomaly property of this AnomalyDataPoint. :type anomaly: float :param low: The value to assign to the low property of this AnomalyDataPoint. :type low: float :param high: The value to assign to the high property of this AnomalyDataPoint. :type high: float :param timestamp: The value to assign to the timestamp property of this AnomalyDataPoint. :type timestamp: datetime :param value: The value to assign to the value property of this AnomalyDataPoint. :type value: float �floatZdatetime)�anomaly�low�high� timestamp�valuer r r r r N)Z swagger_typesZ attribute_map�_anomaly�_low�_high� _timestamp�_value)�self�kwargs� r �R/usr/lib/python3.9/site-packages/oci/stack_monitoring/models/anomaly_data_point.py�__init__ s"