Sha256: 2f7191f61618cb90c2ef0b6d24b5e51a7e1bc33b9a8bc9774898a45b91119987
Contents?: true
Size: 577 Bytes
Versions: 2
Compression:
Stored size: 577 Bytes
Contents
# TalonOne::CampaignCollectionEditedNotification ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **campaign** | [**Campaign**](Campaign.md) | | **ruleset** | [**Ruleset**](Ruleset.md) | | [optional] **collection** | [**CollectionWithoutPayload**](CollectionWithoutPayload.md) | | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::CampaignCollectionEditedNotification.new(campaign: null, ruleset: null, collection: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/CampaignCollectionEditedNotification.md |
talon_one-6.0.0 | docs/CampaignCollectionEditedNotification.md |