Method: Klaviyo::Person.openapi_types
- Defined in:
- lib/klaviyo_sdk/models/person.rb
.openapi_types ⇒ Object
Attribute type mapping.
90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 |
# File 'lib/klaviyo_sdk/models/person.rb', line 90 def self.openapi_types { :'object' => :'String', :'id' => :'String', :'_address1' => :'String', :'_address2' => :'String', :'_city' => :'String', :'_country' => :'String', :'_latitude' => :'String', :'_longitude' => :'String', :'_region' => :'String', :'_zip' => :'String', :'_email' => :'String', :'_title' => :'String', :'_phone_number' => :'String', :'_organization' => :'String', :'_first_name' => :'String', :'_last_name' => :'String', :'_timezone' => :'String', :'_id' => :'String', :'created' => :'String', :'updated' => :'String' } end |