Giveaways pools is an entity for managing multiple similar giveaways.
Name | Type | Description | Notes |
---|---|---|---|
Id | int | Internal ID of this entity. | |
Created | DateTime | The time this entity was created. | |
AccountId | int | 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] |
SubscribedApplicationsIds | List<int> | A list of the IDs of the applications that this giveaways pool is enabled for. | [optional] |
Sandbox | bool | Indicates if this program is a live or sandbox program. Programs of a given type can only be connected to Applications of the same type. | |
Modified | DateTime | Timestamp of the most recent update to the giveaways pool. | [optional] |
CreatedBy | int | ID of the user who created this giveaways pool. | |
ModifiedBy | int | ID of the user who last updated this giveaways pool if available. | [optional] |