Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 681 Bytes

CustomerProfileSearchQuery.md

File metadata and controls

21 lines (14 loc) · 681 Bytes

TalonOne::CustomerProfileSearchQuery

Properties

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]

Code Sample

require 'TalonOne'

instance = TalonOne::CustomerProfileSearchQuery.new(attributes: null,
                                 integration_i_ds: null,
                                 profile_i_ds: null)