🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-08 22:04:00 | PHP 8.2.33
📂
/ (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: gauge_view_properties.cpython-38.pyc
Read Only
U v�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�Zdd d ddd dddddd�ZdAdd�Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd � �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,� �Zed.d/� �Zej d0d/� �Zed1d2� �Zej d3d2� �Zed4d5� �Zej d6d5� �Zd7d8� Zd9d:� Zd;d<� Zd=d>� Zd?d@� ZdS )B�GaugeViewPropertiesz�NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech Do not edit the class manually. �strzlist[DashboardQuery]zlist[DashboardColor]�boolZ DecimalPlaces)�type�queries�colors�shape�note�show_note_when_empty�prefix�tick_prefix�suffix�tick_suffix�decimal_placesr r r r r ZshowNoteWhenEmptyr Z tickPrefixr Z tickSuffixZ decimalPlacesNc C s� t �| � d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ || _|| _|| _|| _|| _|| _|| _|| _| | _| | _|| _dS )z1GaugeViewProperties - a model defined in OpenAPI.N)r �__init__�_type�_queries�_colors�_shape�_note�_show_note_when_empty�_prefix�_tick_prefix�_suffix�_tick_suffix�_decimal_placesZ 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/gauge_view_properties.pyr >