Sha256: ff2e67a23f8d3bfc8b0d2847a9bb2fad0372b4bebb28196ed06781e7e8b840ee

Contents?: true

Size: 813 Bytes

Versions: 3

Compression:

Stored size: 813 Bytes

Contents

# TalonOne::AddToAudienceEffectProps

## 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::AddToAudienceEffectProps.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/AddToAudienceEffectProps.md
talon_one-6.0.0 docs/AddToAudienceEffectProps.md
talon_one-5.0.0 docs/AddToAudienceEffectProps.md