🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-08 16:58:18 | 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: template_summary_summary_status_rules.cpython-38.pyc
Read Only
U w�i� � @ 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 ZdZddd�Zddd�Zddd�Zed d � �Zej dd � �Zedd � �Z e j dd � �Z dd� Zdd� Zdd� Z dd� Zdd� ZdS )�!TemplateSummarySummaryStatusRulesz�NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech Do not edit the class manually. �str)� current_level�previous_levelZcurrentLevelZ previousLevelNc C s2 d| _ d| _d| _|dk r || _|dk r.|| _dS )z?TemplateSummarySummaryStatusRules - a model defined in OpenAPI.N)�_current_level�_previous_levelZ discriminatorr r )�selfr r � r �m/opt/alt/python38/lib/python3.8/site-packages/influxdb_client/domain/template_summary_summary_status_rules.py�__init__* s z*TemplateSummarySummaryStatusRules.__init__c C s | j S )z�Get the current_level of this TemplateSummarySummaryStatusRules. :return: The current_level of this TemplateSummarySummaryStatusRules. :rtype: str �r �r r r r r 5 s z/TemplateSummarySummaryStatusRules.current_levelc C s || _ dS )z�Set the current_level of this TemplateSummarySummaryStatusRules. :param current_level: The current_level of this TemplateSummarySummaryStatusRules. :type: str Nr )r r r r r r >