🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-08 10:34:54 | 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: index_expression.cpython-38.pyc
Read Only
U v�i� � @ s4 d Z ddlZddlZddlmZ G 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 � N)� Expressionc @ s� e Zd ZdZdddd�Zdddd�Zdd d �Zedd� �Zej d d� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zdd� Zdd� Z dd� Zdd� Zdd� ZdS )�IndexExpressionz�NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech Do not edit the class manually. �strr )�type�array�indexr r r Nc C sP t �| � d| _d| _d| _d| _|dk r0|| _|dk r>|| _|dk rL|| _dS )z-IndexExpression - a model defined in OpenAPI.N) r �__init__�_type�_array�_indexZ discriminatorr r r )�selfr r r � r �X/opt/alt/python38/lib/python3.8/site-packages/influxdb_client/domain/index_expression.pyr . s zIndexExpression.__init__c C s | j S )z�Get the type of this IndexExpression. Type of AST node :return: The type of this IndexExpression. :rtype: str �r �r r r r r >