Method: KlaviyoAPI::UpdateProfileAction.openapi_types
- Defined in:
- lib/klaviyo-api-sdk/models/update_profile_action.rb
.openapi_types ⇒ Object
Attribute type mapping.
47 48 49 50 51 52 53 54 55 |
# File 'lib/klaviyo-api-sdk/models/update_profile_action.rb', line 47 def self.openapi_types { :'id' => :'String', :'temporary_id' => :'String', :'type' => :'UpdateProfileEnum', :'links' => :'Link', :'data' => :'UpdateProfileActionData' } end |