Sha256: fb008adb8d14b608d074bd9b26eec3324515ba454c388ce905229ee1d50353cd
Contents?: true
Size: 453 Bytes
Versions: 6
Compression:
Stored size: 453 Bytes
Contents
# TalonOne::AudienceMembership ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | The ID of the audience belonging to this entity. | **name** | **String** | The Name of the audience belonging to this entity. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::AudienceMembership.new(id: 2, name: Travel audience) ```
Version data entries
6 entries across 6 versions & 1 rubygems