Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 496 Bytes

ProfileAudiencesChanges.md

File metadata and controls

19 lines (12 loc) · 496 Bytes

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

require 'TalonOne'

instance = TalonOne::ProfileAudiencesChanges.new(adds: [2, 4],
                                 deletes: [7])