Sha256: dabf0c1c10fa9c90bacf3f52b22bdede0aaecbd75ff2a99d7563016e12f6f061

Contents?: true

Size: 823 Bytes

Versions: 3

Compression:

Stored size: 823 Bytes

Contents

# TalonOne::RemoveFromAudienceEffectProps

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**audience_id** | **Integer** | The internal ID of the audience. | [optional] 
**audience_name** | **String** | The name of the audience. | [optional] 
**profile_integration_id** | **String** | The ID of the customer profile in the third-party integration platform. | [optional] 
**profile_id** | **Integer** | The internal ID of the customer profile. | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::RemoveFromAudienceEffectProps.new(audience_id: 10,
                                 audience_name: My audience,
                                 profile_integration_id: URNGV8294NV,
                                 profile_id: 150)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/RemoveFromAudienceEffectProps.md
talon_one-6.0.0 docs/RemoveFromAudienceEffectProps.md
talon_one-5.0.0 docs/RemoveFromAudienceEffectProps.md