Method: KlaviyoAPI::TagCreateQueryResourceObject#valid?
- Defined in:
- lib/klaviyo-api-sdk/models/tag_create_query_resource_object.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
97 98 99 100 101 |
# File 'lib/klaviyo-api-sdk/models/tag_create_query_resource_object.rb', line 97 def valid? return false if @type.nil? return false if @attributes.nil? true end |