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. |
require 'TalonOne'
instance = TalonOne::ProfileAudiencesChanges.new(adds: [2, 4],
deletes: [7])