- API ›
- Constructors ›
- StarGiftAttributePattern
StarGiftAttributePattern
---types--- starGiftAttributePattern#4e7085ea name:string document:Document rarity:StarGiftAttributeRarity = StarGiftAttribute
Belongs to
| StarGiftAttribute |
In Rust this constructor is a variant of the enums::StarGiftAttribute enum.
Match on it with: if let enums::StarGiftAttribute::StarGiftAttributePattern(v) = result { ... }
Parameters
| name | string | required |
| document | Document | required |
| rarity | StarGiftAttributeRarity | required |