Method: KlaviyoAPI::TagSegmentOp#valid?

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

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



80
81
82
83
# File 'lib/klaviyo-api-sdk/models/tag_segment_op.rb', line 80

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