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