🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-08 08:19:37 | 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: stack_associations.cpython-38.pyc
Read Only
U w�iC � @ 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 )�StackAssociationsz�NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech Do not edit the class manually. ZTemplateKind�str)�kind� meta_namer ZmetaNameNc C s2 d| _ d| _d| _|dk r || _|dk r.|| _dS )z/StackAssociations - a model defined in OpenAPI.N)�_kind� _meta_nameZ discriminatorr r )�selfr r � r �Z/opt/alt/python38/lib/python3.8/site-packages/influxdb_client/domain/stack_associations.py�__init__* s zStackAssociations.__init__c C s | j S )z�Get the kind of this StackAssociations. :return: The kind of this StackAssociations. :rtype: TemplateKind �r �r r r r r 5 s zStackAssociations.kindc C s || _ dS )z�Set the kind of this StackAssociations. :param kind: The kind of this StackAssociations. :type: TemplateKind Nr )r r r r r r >