# TalonOne::CustomerProfileAudienceRequestItem ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **action** | **String** | | **profile_integration_id** | **String** | | **audience_id** | **Integer** | | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::CustomerProfileAudienceRequestItem.new(action: null, profile_integration_id: null, audience_id: null) ```