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