Method: KlaviyoAPI::PushOnOpenDeepLink#valid?

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

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



98
99
100
101
# File 'lib/klaviyo-api-sdk/models/push_on_open_deep_link.rb', line 98

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