Method: Klaviyo::Person.attribute_map
- Defined in:
- lib/klaviyo_sdk/models/person.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 |
# File 'lib/klaviyo_sdk/models/person.rb', line 59 def self.attribute_map { :'object' => :'object', :'id' => :'id', :'_address1' => :'$address1', :'_address2' => :'$address2', :'_city' => :'$city', :'_country' => :'$country', :'_latitude' => :'$latitude', :'_longitude' => :'$longitude', :'_region' => :'$region', :'_zip' => :'$zip', :'_email' => :'$email', :'_title' => :'$title', :'_phone_number' => :'$phone_number', :'_organization' => :'$organization', :'_first_name' => :'$first_name', :'_last_name' => :'$last_name', :'_timezone' => :'$timezone', :'_id' => :'$id', :'created' => :'created', :'updated' => :'updated' } end |