StarGiftAuctionState
---types--- starGiftAuctionState#771a4e66 version:int start_date:date end_date:date min_bid_amount:long bid_levels:Vector<AuctionBidLevel> top_bidders:Vector<long> next_round_at:int last_gift_num:int gifts_left:int current_round:int total_rounds:int rounds:Vector<StarGiftAuctionRound> = StarGiftAuctionState
Belongs to
| StarGiftAuctionState |
This type can be an instance of either:
| StarGiftAuctionState | StarGiftAuctionStateFinished |
| StarGiftAuctionStateNotModified |
Members
| version | int | |
| start_date | date | |
| end_date | date | |
| min_bid_amount | long | |
| bid_levels | AuctionBidLevel | A list must be supplied. |
| top_bidders | long | A list must be supplied. |
| next_round_at | int | |
| last_gift_num | int | |
| gifts_left | int | |
| current_round | int | |
| total_rounds | int | |
| rounds | StarGiftAuctionRound | A list must be supplied. |