Sha256: b89e75d88dcd0fca26d27df9266128d74ee3fcc7f1d910141e87e9b1d94c7ce0
Contents?: true
Size: 680 Bytes
Versions: 6
Compression:
Stored size: 680 Bytes
Contents
# TalonOne::CustomerProfileSearchQuery ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **attributes** | [**Object**](.md) | 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 ```ruby require 'TalonOne' instance = TalonOne::CustomerProfileSearchQuery.new(attributes: null, integration_i_ds: null, profile_i_ds: null) ```
Version data entries
6 entries across 6 versions & 1 rubygems