Method: KlaviyoAPI::EventCreateQueryV2ResourceObjectAttributesProfile#valid?
- Defined in:
- lib/klaviyo-api-sdk/models/event_create_query_v2_resource_object_attributes_profile.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
78 79 80 81 |
# File 'lib/klaviyo-api-sdk/models/event_create_query_v2_resource_object_attributes_profile.rb', line 78 def valid? return false if @data.nil? true end |