Method: InfluxDB2::ScriptCreateRequest#name

Defined in:
lib/influxdb2/client/models/script_create_request.rb

#nameObject

The name of the script. The name must be unique within the organization.



19
20
21
# File 'lib/influxdb2/client/models/script_create_request.rb', line 19

def name
  @name
end