🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-08 10:32:27 | 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: user_response.cpython-38.pyc
Read Only
U w�iy � @ 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 ZdZddddd�Zddddd�Zd#dd�Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zdd� Z dd� Zdd� Zdd � Zd!d"� Zd S )$�UserResponsez�NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech Do not edit the class manually. �strZUserResponseLinks)�id�name�status�linksr r r r N�activec C sR d| _ d| _d| _d| _d| _|dk r,|| _|| _|dk r@|| _|dk rN|| _dS )z*UserResponse - a model defined in OpenAPI.N) �_id�_name�_status�_linksZ discriminatorr r r r )�selfr r r r � r �U/opt/alt/python38/lib/python3.8/site-packages/influxdb_client/domain/user_response.py�__init__. s zUserResponse.__init__c C s | j S )z�Get the id of this UserResponse. The user ID. :return: The id of this UserResponse. :rtype: str �r �r r r r r >