U wâ’iÉ ã @ s( d Z ddlZddlZG 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 é Nc @ sŠ e Zd ZdZdddœZdddœZddd „Zed d„ ƒZej dd„ ƒZed d„ ƒZ e j dd„ ƒZ dd„ Zdd„ Zdd„ Z dd„ Zdd„ ZdS )Ú Permissionz‹NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech Do not edit the class manually. ÚstrZPermissionResource)ÚactionÚresourcer r Nc C s" d| _ d| _d| _|| _|| _dS )z(Permission - a model defined in OpenAPI.N)Ú_actionÚ _resourceZ discriminatorr r )Úselfr r © r úR/opt/alt/python38/lib/python3.8/site-packages/influxdb_client/domain/permission.pyÚ__init__* s zPermission.__init__c C s | j S )zpGet the action of this Permission. :return: The action of this Permission. :rtype: str )r ©r r r r r 3 s zPermission.actionc C s |dkrt dƒ‚|| _dS )zuSet the action of this Permission. :param action: The action of this Permission. :type: str Nz.Invalid value for `action`, must not be `None`)Ú ValueErrorr )r r r r r r <