Sha256: 6529020f0f2917922aae59b5cd0f8c62329fbfec65ff2ab06246462ee69c29bf

Contents?: true

Size: 496 Bytes

Versions: 6

Compression:

Stored size: 496 Bytes

Contents

# TalonOne::ProfileAudiencesChanges

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**adds** | **Array<Integer>** | The IDs of the audiences for the customer to join. | 
**deletes** | **Array<Integer>** | The IDs of the audiences for the customer to leave. | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::ProfileAudiencesChanges.new(adds: [2, 4],
                                 deletes: [7])
```


Version data entries

6 entries across 6 versions & 1 rubygems

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