🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-08 10:19:43 | 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: patch_stack_request.cpython-38.pyc
Read Only
U w�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 ZdZddddd�Zdddd d�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 )$�PatchStackRequestz�NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech Do not edit the class manually. �strz list[str]z*list[PatchStackRequestAdditionalResources])�name�description�template_ur_ls�additional_resourcesr r ZtemplateURLsZadditionalResourcesNc C sB d| _ d| _d| _d| _d| _|| _|| _|| _|dk r>|| _dS )z/PatchStackRequest - a model defined in OpenAPI.N) �_name�_description�_template_ur_ls�_additional_resourcesZ discriminatorr r r r )�selfr r r r � r �[/opt/alt/python38/lib/python3.8/site-packages/influxdb_client/domain/patch_stack_request.py�__init__. s zPatchStackRequest.__init__c C s | j S )zzGet the name of this PatchStackRequest. :return: The name of this PatchStackRequest. :rtype: str �r �r r r r r <