Method: OpenapiClient::UserUpdate.attribute_map

Defined in:
lib/openapi_client/models/user_update.rb

.attribute_mapObject

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



31
32
33
34
35
36
37
38
# File 'lib/openapi_client/models/user_update.rb', line 31

def self.attribute_map
  {
    :'email' => :'email',
    :'first_name' => :'first_name',
    :'last_name' => :'last_name',
    :'attributes' => :'attributes'
  }
end