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

Version Path
talon_one-2.4.0 docs/CustomerProfileSearchQuery.md
talon_one-2.3.0 docs/CustomerProfileSearchQuery.md
talon_one-2.2.0 docs/CustomerProfileSearchQuery.md
talon_one-2.1.1 docs/CustomerProfileSearchQuery.md
talon_one-2.1.0 docs/CustomerProfileSearchQuery.md
talon_one-2.0.0 docs/CustomerProfileSearchQuery.md