Method: KlaviyoAPI::ProfileUpsertQueryResourceObject.openapi_types
- Defined in:
- lib/klaviyo-api-sdk/models/profile_upsert_query_resource_object.rb
.openapi_types ⇒ Object
Attribute type mapping.
43 44 45 46 47 48 49 50 |
# File 'lib/klaviyo-api-sdk/models/profile_upsert_query_resource_object.rb', line 43 def self.openapi_types { :'type' => :'ProfileEnum', :'id' => :'String', :'attributes' => :'ProfileUpsertQueryResourceObjectAttributes', :'meta' => :'ProfileMeta' } end |