Method: KlaviyoAPI::FlowUpdateQueryResourceObjectAttributes#valid?
- Defined in:
- lib/klaviyo-api-sdk/models/flow_update_query_resource_object_attributes.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
78 79 80 81 |
# File 'lib/klaviyo-api-sdk/models/flow_update_query_resource_object_attributes.rb', line 78 def valid? return false if @status.nil? true end |