# PinterestSdkClient::CatalogsProductGroupPricingCriteria ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **inclusion** | **Boolean** | | | | **values** | **Float** | | | | **negated** | **Boolean** | | | ## Example ```ruby require 'pinterest_sdk' instance = PinterestSdkClient::CatalogsProductGroupPricingCriteria.new( inclusion: null, values: null, negated: null ) ```