Sha256: c72f36cb85672e26ca74801523e339a3ce4afdc7c43fc0733a1703157bb8461f
Contents?: true
Size: 935 Bytes
Versions: 3
Compression:
Stored size: 935 Bytes
Contents
# TalonOne::Audience ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **account_id** | **Integer** | The ID of the account that owns this entity. | **id** | **Integer** | Unique ID for this entity. | **created** | **DateTime** | The exact moment this entity was created. | **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::Audience.new(account_id: null, id: null, created: null, 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/Audience.md |
talon_one-2.3.0 | docs/Audience.md |
talon_one-2.2.0 | docs/Audience.md |