Sha256: b2ff5219b356da5b23b1c2d94a0de6cd3eba27c4c2200d720768cde92c0c6827
Contents?: true
Size: 691 Bytes
Versions: 6
Compression:
Stored size: 691 Bytes
Contents
# TalonOne::WillAwardGiveawayEffectProps ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pool_id** | **Integer** | The ID of the giveaways pool the code will be taken from. | **pool_name** | **String** | The name of the giveaways pool the code will be taken from. | **recipient_integration_id** | **String** | The integration ID of the profile that will be awarded the giveaway. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::WillAwardGiveawayEffectProps.new(pool_id: 2, pool_name: My pool, recipient_integration_id: URNGV8294NV) ```
Version data entries
6 entries across 6 versions & 1 rubygems