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 )ÚTemplateExportByNameResourcesz‹NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech Do not edit the class manually. ZTemplateKindÚstr)ÚkindÚnamer r Nc C s" d| _ d| _d| _|| _|| _dS )z;TemplateExportByNameResources - a model defined in OpenAPI.N)Ú_kindÚ_nameZ discriminatorr r )Úselfr r © r úi/opt/alt/python38/lib/python3.8/site-packages/influxdb_client/domain/template_export_by_name_resources.pyÚ__init__* s z&TemplateExportByNameResources.__init__c C s | j S )z›Get the kind of this TemplateExportByNameResources. :return: The kind of this TemplateExportByNameResources. :rtype: TemplateKind )r ©r r r r r 3 s z"TemplateExportByNameResources.kindc C s |dkrt dƒ‚|| _dS )zžSet the kind of this TemplateExportByNameResources. :param kind: The kind of this TemplateExportByNameResources. :type: TemplateKind Nz,Invalid value for `kind`, must not be `None`)Ú ValueErrorr )r r r r r r <