Constructor: starGiftActiveAuctionState
Attributes:
| Name | Type | Required |
|---|---|---|
| gift | StarGift | Yes |
| state | StarGiftAuctionState | Yes |
| user_state | StarGiftAuctionUserState | Yes |
Type: StarGiftActiveAuctionState
Example:
$starGiftActiveAuctionState = ['_' => 'starGiftActiveAuctionState', 'gift' => StarGift, 'state' => StarGiftAuctionState, 'user_state' => StarGiftAuctionUserState];