Method: KlaviyoAPI::ProfilePartialUpdateQuery#valid?

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

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid



78
79
80
81
# File 'lib/klaviyo-api-sdk/models/profile_partial_update_query.rb', line 78

def valid?
  return false if @data.nil?
  true
end