Sha256: 1960a84ab4d7f74eca4811eef475ce220b8032d0e01ffba4a2731117ce68cb2c
Contents?: true
Size: 434 Bytes
Versions: 2
Compression:
Stored size: 434 Bytes
Contents
# PinterestSdkClient::CatalogsProductGroupCurrencyCriteria ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **values** | [**NonNullableCatalogsCurrency**](NonNullableCatalogsCurrency.md) | | | | **negated** | **Boolean** | | | ## Example ```ruby require 'pinterest_sdk' instance = PinterestSdkClient::CatalogsProductGroupCurrencyCriteria.new( values: null, negated: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pinterest_sdk-1.1.0 | docs/CatalogsProductGroupCurrencyCriteria.md |
pinterest_sdk-1.0.0 | docs/CatalogsProductGroupCurrencyCriteria.md |