Method: LinodeOpenapiClient::PutLkeNodePoolRequestAutoscaler.attribute_map

Defined in:
lib/linode_openapi_client/models/put_lke_node_pool_request_autoscaler.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



29
30
31
32
33
34
35
# File 'lib/linode_openapi_client/models/put_lke_node_pool_request_autoscaler.rb', line 29

def self.attribute_map
  {
    :'enabled' => :'enabled',
    :'min' => :'min',
    :'max' => :'max'
  }
end