Method: InfluxDB2::ScriptCreateRequest.attribute_map
- Defined in:
- lib/influxdb2/client/models/script_create_request.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
29 30 31 32 33 34 35 36 |
# File 'lib/influxdb2/client/models/script_create_request.rb', line 29 def self.attribute_map { :'name' => :'name', :'description' => :'description', :'script' => :'script', :'language' => :'language', } end |