Method: KatapultAPI::GPUType.attribute_map

Defined in:
lib/katapult-ruby/models/gpu_type.rb

.attribute_mapObject

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



33
34
35
36
37
38
39
40
41
42
43
# File 'lib/katapult-ruby/models/gpu_type.rb', line 33

def self.attribute_map
  {
    :'id' => :'id',
    :'name' => :'name',
    :'manufacturer' => :'manufacturer',
    :'memory_in_gb' => :'memory_in_gb',
    :'memory_type' => :'memory_type',
    :'permalink' => :'permalink',
    :'data_centers' => :'data_centers'
  }
end