- API ›
- Constructors ›
- WebPageAttributeStarGiftAuction
WebPageAttributeStarGiftAuction
---types--- webPageAttributeStarGiftAuction#01c641c2 gift:StarGift end_date:int = WebPageAttribute
Belongs to
| WebPageAttribute |
In Rust this constructor is a variant of the enums::WebPageAttribute enum.
Match on it with: if let enums::WebPageAttribute::WebPageAttributeStarGiftAuction(v) = result { ... }