Method: KlaviyoAPI::MobilePushContentCreate#valid?

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

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



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

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