# TalonOne::AudienceAnalytics ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **audience_id** | **Integer** | The ID of the audience. | [optional] **members_count** | **Integer** | The count of members under a single audience. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::AudienceAnalytics.new(audience_id: 1, members_count: 1234) ```