🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-09 07:10:34 | PHP 8.2.33
📂
/ (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: flux_suggestion.cpython-38.pyc
Read Only
U v�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� �Zed d� �Z e j dd� �Z dd� Zdd� Zdd� Z dd� Zdd� ZdS )�FluxSuggestionz�NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech Do not edit the class manually. �strzdict(str, str))�name�paramsr r Nc C s2 d| _ d| _d| _|dk r || _|dk r.|| _dS )z,FluxSuggestion - a model defined in OpenAPI.N)�_name�_paramsZ discriminatorr r )�selfr r � r �W/opt/alt/python38/lib/python3.8/site-packages/influxdb_client/domain/flux_suggestion.py�__init__* s zFluxSuggestion.__init__c C s | j S )ztGet the name of this FluxSuggestion. :return: The name of this FluxSuggestion. :rtype: str �r �r r r r r 5 s zFluxSuggestion.namec C s || _ dS )zwSet the name of this FluxSuggestion. :param name: The name of this FluxSuggestion. :type: str Nr )r r r r r r >