U wi @ s4 d Z ddlZddlZddlmZ G dd deZdS )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 ZdZddddddZddddd dZdd dZedd Zej dd Zdd Z dd Zdd Zdd Z dd ZdS ) ResourceOwnerzNOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech Do not edit the class manually. strZUserResponseLinks)roleidnamestatuslinksr r r r r ownerNactivec 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 <