# TalonOne::ProfileAudiencesChanges ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **adds** | **Array<Integer>** | The IDs of the audiences for the customer to join. | **deletes** | **Array<Integer>** | The IDs of the audiences for the customer to leave. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::ProfileAudiencesChanges.new(adds: null, deletes: null) ```