Sha256: 0ed53f5b849f0f5be441110ec8cec9e24d978b0d653420a2f09d2044bb1e03ed
Contents?: true
Size: 495 Bytes
Versions: 3
Compression:
Stored size: 495 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: null, deletes: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.5.1 | docs/ProfileAudiencesChanges.md |
talon_one-2.4.0 | docs/ProfileAudiencesChanges.md |
talon_one-2.3.0 | docs/ProfileAudiencesChanges.md |