# TalonOne::NewGiveawaysPool ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | The name of this giveaways pool. | **description** | **String** | The description of this giveaways pool. | [optional] **subscribed_applications_ids** | **Array<Integer>** | A list of the IDs of the applications that this giveaways pool is enabled for | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::NewGiveawaysPool.new(name: null, description: null, subscribed_applications_ids: null) ```