Method: MetatronClient::Resource.attribute_map

Defined in:
lib/metatron_ruby_client/models/resource.rb

.attribute_mapObject

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



24
25
26
27
28
29
30
31
32
33
34
# File 'lib/metatron_ruby_client/models/resource.rb', line 24

def self.attribute_map
  {
    
    :'id' => :'id',
    
    :'type' => :'type',
    
    :'attributes' => :'attributes'
    
  }
end