Method: PrimaryConnectClient::Name.attribute_map

Defined in:
lib/primary_connect_client/models/name.rb

.attribute_mapObject

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



26
27
28
29
30
31
32
# File 'lib/primary_connect_client/models/name.rb', line 26

def self.attribute_map
  {
    :'first_name' => :'firstName',
    :'last_name' => :'lastName',
    :'middle_name' => :'middleName'
  }
end