Sha256: 9e670e35fb4965d37451cab689e8d3eb1e6eba135ebc6de6388899de1f38f2db

Contents?: true

Size: 910 Bytes

Versions: 2

Compression:

Stored size: 910 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: null,
                                 pool_name: null,
                                 recipient_integration_id: null,
                                 giveaway_id: null,
                                 code: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
talon_one-2.5.1 docs/AwardGiveawayEffectProps.md
talon_one-2.4.0 docs/AwardGiveawayEffectProps.md