Sha256: 185b7535d9f6cde7cb4dcdea2d2baeff542764453feeee69883709934a072267

Contents?: true

Size: 681 Bytes

Versions: 7

Compression:

Stored size: 681 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

7 entries across 7 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/CustomerProfileSearchQuery.md
talon_one-6.0.0 docs/CustomerProfileSearchQuery.md
talon_one-5.0.0 docs/CustomerProfileSearchQuery.md
talon_one-3.0.2 docs/CustomerProfileSearchQuery.md
talon_one-3.0.1 docs/CustomerProfileSearchQuery.md
talon_one-3.0.0 docs/CustomerProfileSearchQuery.md
talon_one-2.5.1 docs/CustomerProfileSearchQuery.md