- API ›
- Constructors ›
- StarGiftAuctionRound
StarGiftAuctionRound
---types--- starGiftAuctionRound#3aae0528 num:int duration:int = StarGiftAuctionRound
Belongs to
| StarGiftAuctionRound |
In Rust this constructor is a variant of the enums::StarGiftAuctionRound enum.
Match on it with: if let enums::StarGiftAuctionRound::StarGiftAuctionRound(v) = result { ... }