Sha256: 0b03c7211a5601145612a096517f0fdc744e9f6fa166183b5e3ad3d0e7f2e9da
Contents?: true
Size: 925 Bytes
Versions: 6
Compression:
Stored size: 925 Bytes
Contents
# TalonOne::AwardGiveawayEffectProps ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pool_id** | **Integer** | The ID of the giveaways pool the code was taken from. | **pool_name** | **String** | The name of the giveaways pool the code was taken from. | **recipient_integration_id** | **String** | The integration ID of the profile that was awarded the giveaway. | **giveaway_id** | **Integer** | The internal ID for the giveaway that was awarded. | **code** | **String** | The giveaway code that was awarded. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::AwardGiveawayEffectProps.new(pool_id: 2, pool_name: My pool, recipient_integration_id: URNGV8294NV, giveaway_id: 5, code: 57638t-67439hty) ```
Version data entries
6 entries across 6 versions & 1 rubygems