Sha256: da382f96ccd35cff491d6a4b079b8cc5d4d2578a59737a1f64f1979d625c7de4
Contents?: true
Size: 1.34 KB
Versions: 1
Compression:
Stored size: 1.34 KB
Contents
# TalonOne::Giveaway ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | Unique ID for this entity. | **created** | **DateTime** | The exact moment this entity was created. | **code** | **String** | The code value of this giveaway. | **pool_id** | **Integer** | The ID of the pool to return giveaway codes from. | **start_date** | **DateTime** | Timestamp at which point the giveaway becomes valid. | [optional] **end_date** | **DateTime** | Timestamp at which point the giveaway becomes invalid. | [optional] **attributes** | [**Object**](.md) | Arbitrary properties associated with this giveaway. | [optional] **used** | **Boolean** | Flag indicating whether this giveaway code was given before. | [optional] **import_id** | **Integer** | The ID of the Import which created this giveaway. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::Giveaway.new(id: null, created: null, code: null, pool_id: null, start_date: null, end_date: null, attributes: null, used: null, import_id: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.4.0 | docs/Giveaway.md |