Method: KlaviyoAPI::UpdateProfileAction.attribute_map

Defined in:
lib/klaviyo-api-sdk/models/update_profile_action.rb

.attribute_mapObject

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



31
32
33
34
35
36
37
38
39
# File 'lib/klaviyo-api-sdk/models/update_profile_action.rb', line 31

def self.attribute_map
  {
    :'id' => :'id',
    :'temporary_id' => :'temporary_id',
    :'type' => :'type',
    :'links' => :'links',
    :'data' => :'data'
  }
end