Method: KlaviyoAPI::UpdateProfileAction#valid?
- Defined in:
- lib/klaviyo-api-sdk/models/update_profile_action.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
114 115 116 117 |
# File 'lib/klaviyo-api-sdk/models/update_profile_action.rb', line 114 def valid? return false if @type.nil? true end |