Method: KlaviyoAPI::HasSMSMarketingSubscribed#valid?

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

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



89
90
91
92
# File 'lib/klaviyo-api-sdk/models/has_sms_marketing_subscribed.rb', line 89

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