🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-08 12:52:05 | PHP 8.2.32
📂
/ (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: resource_owner.cpython-38.pyc
Read Only
U w�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)�UserResponsec @ s| e Zd ZdZdddddd�Zddddd d�Zdd d�Zedd� �Zej dd� �Zdd� Z dd� Zdd� Zdd� Z dd� ZdS )� ResourceOwnerz�NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech Do not edit the class manually. �strZUserResponseLinks)�role�id�name�status�linksr r r r r �ownerN�activec C s2 t j| ||||d� d| _d| _|dk r.|| _dS )z+ResourceOwner - a model defined in OpenAPI.)r r r r N)r �__init__�_roleZ discriminatorr )�selfr r r r r � r �V/opt/alt/python38/lib/python3.8/site-packages/influxdb_client/domain/resource_owner.pyr 2 s zResourceOwner.__init__c C s | j S )zrGet the role of this ResourceOwner. :return: The role of this ResourceOwner. :rtype: str �r �r r r r r <