Constructor: starGiftAttributeCounter
Indicates the total number of gifts that have the specified attribute.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
attribute | StarGiftAttributeId | Yes | The attribute (just the ID, without the attribute itself). |
count | int | Yes | Total number of gifts with this attribute. |
Type: StarGiftAttributeCounter
Example:
$starGiftAttributeCounter = ['_' => 'starGiftAttributeCounter', 'attribute' => StarGiftAttributeId, 'count' => int];