# PinterestSdkClient::CustomLabel1Filter ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **custom_label_1** | [**CatalogsProductGroupMultipleStringCriteria**](.md) | | | ## Example ```ruby require 'pinterest_sdk' instance = PinterestSdkClient::CustomLabel1Filter.new( custom_label_1: null ) ```