Sha256: d9e2f3096c8328026476ac906a7dde0a1de8c5d3314b56abbf3d0184451185a4
Contents?: true
Size: 1.42 KB
Versions: 1
Compression:
Stored size: 1.42 KB
Contents
# TalonOne::GiveawaysPool ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | Unique ID for this entity. | **created** | **DateTime** | The exact moment this entity was created. | **account_id** | **Integer** | The ID of the account that owns this entity. | **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] **modified** | **DateTime** | Timestamp of the most recent update to the giveaways pool. | [optional] **created_by** | **Integer** | ID of the user who created this giveaways pool. | **modified_by** | **Integer** | ID of the user who last updated this giveaways pool if available. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::GiveawaysPool.new(id: null, created: null, account_id: null, name: null, description: null, subscribed_applications_ids: null, modified: null, created_by: null, modified_by: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.4.0 | docs/GiveawaysPool.md |