🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-08 09:24:44 | PHP 8.2.32
📂
/ (Root)
/
opt
/
alt
/
python38
/
lib
/
python3.8
/
site-packages
/
influxdb_client
/
domain
/
__pycache__
📍 /opt/alt/python38/lib/python3.8/site-packages/influxdb_client/domain/__pycache__
🔄 Refresh
✏️
Editing: threshold.cpython-38.pyc
Read Only
U w�iu � @ s( d Z ddlZddlZG dd� de�ZdS )a InfluxDB OSS API Service. The InfluxDB v2 API provides a programmatic interface for all interactions with InfluxDB. Access the InfluxDB API using the `/api/v2/` endpoint. # noqa: E501 OpenAPI spec version: 2.0.0 Generated by: https://openapi-generator.tech � Nc @ s� e Zd ZdZddiZddiZdddd�Zdd d �Zedd� �Z e j d d� �Z dd� Zdd� Zdd� Z dd� Zdd� Zdd� ZdS )� Thresholdz�NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech Do not edit the class manually. �type�strZGreaterThresholdZLesserThresholdZRangeThreshold)ZgreaterZlesser�rangeNc C s d| _ d| _|| _dS )z'Threshold - a model defined in OpenAPI.Nr )�_type� discriminatorr ��selfr � r �Q/opt/alt/python38/lib/python3.8/site-packages/influxdb_client/domain/threshold.py�__init__. s zThreshold.__init__c C s | j S )zjGet the type of this Threshold. :return: The type of this Threshold. :rtype: str )r �r r r r r 5 s zThreshold.typec C s |dkrt d��|| _dS )zmSet the type of this Threshold. :param type: The type of this Threshold. :type: str Nz,Invalid value for `type`, must not be `None`)� ValueErrorr r r r r r >