Name | Type | Description | Notes |
---|---|---|---|
attributes | Object | Properties to match against a customer profile. All provided attributes will be exactly matched against profile attributes. | [optional] |
integration_i_ds | Array<String> | [optional] | |
profile_i_ds | Array<Integer> | [optional] |
require 'TalonOne'
instance = TalonOne::CustomerProfileSearchQuery.new(attributes: null,
integration_i_ds: null,
profile_i_ds: null)