Constructor: starGiftAttributePattern
A sticker applied on the backdrop of a collectible gift » using a repeating pattern.
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| name | string | Yes | Name of the symbol |
| document | Document | Optional | The symbol |
| rarity | StarGiftAttributeRarity | Yes |
Type: StarGiftAttribute
Example:
$starGiftAttributePattern = ['_' => 'starGiftAttributePattern', 'name' => 'string', 'document' => Document, 'rarity' => StarGiftAttributeRarity];