Sha256: 6529020f0f2917922aae59b5cd0f8c62329fbfec65ff2ab06246462ee69c29bf
Contents?: true
Size: 496 Bytes
Versions: 6
Compression:
Stored size: 496 Bytes
Contents
# 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: [2, 4], deletes: [7]) ```
Version data entries
6 entries across 6 versions & 1 rubygems