Method: PinterestSdkClient::CustomLabel4Filter#valid?

Defined in:
lib/pinterest_sdk/models/custom_label4_filter.rb

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



78
79
80
81
# File 'lib/pinterest_sdk/models/custom_label4_filter.rb', line 78

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