Sha256: 76bafbdd225877a5186eba0daa0283ad73ee6578165fd52824f11495d3eb199d
Contents?: true
Size: 663 Bytes
Versions: 2
Compression:
Stored size: 663 Bytes
Contents
# 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) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.5.1 | docs/NewGiveawaysPool.md |
talon_one-2.4.0 | docs/NewGiveawaysPool.md |