🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-08 08:10:17 | 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: function_expression.cpython-38.pyc
Read Only
U v�iN � @ 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 dd � �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zdd� Zdd� Z dd� Zdd� Zdd� Zd S ) �FunctionExpressionz�NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech Do not edit the class manually. �strzlist[ModelProperty]�Node)�type�params�bodyr r r Nc C sP t �| � d| _d| _d| _d| _|dk r0|| _|dk r>|| _|dk rL|| _dS )z0FunctionExpression - a model defined in OpenAPI.N) r �__init__�_type�_params�_bodyZ discriminatorr r r )�selfr r r � r �[/opt/alt/python38/lib/python3.8/site-packages/influxdb_client/domain/function_expression.pyr . s zFunctionExpression.__init__c C s | j S )z�Get the type of this FunctionExpression. Type of AST node :return: The type of this FunctionExpression. :rtype: str �r �r r r r r >