Sha256: 1dc8c44dca2040d7515acdbb74a143f50daa94cd0c0a9f56872f9a7f81599317
Contents?: true
Size: 593 Bytes
Versions: 3
Compression:
Stored size: 593 Bytes
Contents
# TalonOne::NewAudience ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | The human-friendly display name for this Audience. | **integration** | **String** | Integration that this audience was created in. | **integration_id** | **String** | The ID of this Audience in the third-party integration | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::NewAudience.new(name: null, integration: null, integration_id: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.4.0 | docs/NewAudience.md |
talon_one-2.3.0 | docs/NewAudience.md |
talon_one-2.2.0 | docs/NewAudience.md |