# 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) ```