U wi @ s( d Z ddlZddlZG 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 Nc @ s e Zd ZdZdddZdddZdddZed d Zej dd Zedd Z e j dd Z dd Zdd Zdd Z dd Zdd ZdS )ScriptUpdateRequestzNOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech Do not edit the class manually. str)descriptionscriptr r Nc C s2 d| _ d| _d| _|dk r || _|dk r.|| _dS )z1ScriptUpdateRequest - a model defined in OpenAPI.N)_description_scriptZ discriminatorr r )selfr r r ]/opt/alt/python38/lib/python3.8/site-packages/influxdb_client/domain/script_update_request.py__init__* s zScriptUpdateRequest.__init__c C s | j S )zGet the description of this ScriptUpdateRequest. A description of the script. :return: The description of this ScriptUpdateRequest. :rtype: str r r r r r r 5 s zScriptUpdateRequest.descriptionc C s || _ dS )zSet the description of this ScriptUpdateRequest. A description of the script. :param description: The description of this ScriptUpdateRequest. :type: str Nr )r r r r r r @ s c C s | j S )zGet the script of this ScriptUpdateRequest. The script to execute. :return: The script of this ScriptUpdateRequest. :rtype: str r r r r r r K s zScriptUpdateRequest.scriptc C s || _ dS )zSet the script of this ScriptUpdateRequest. The script to execute. :param script: The script of this ScriptUpdateRequest. :type: str Nr )r r r r r r V s c C s i }| j D ]z\}}t| |}t|trBttdd |||<