Method: KlaviyoAPI::NoSMSMarketingUnsubscribed#valid?
- Defined in:
- lib/klaviyo-api-sdk/models/no_sms_marketing_unsubscribed.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
89 90 91 92 |
# File 'lib/klaviyo-api-sdk/models/no_sms_marketing_unsubscribed.rb', line 89 def valid? return false if @subscription.nil? true end |