InterestGroupAuctionEventOccurredParameter

@Serializable
data class InterestGroupAuctionEventOccurredParameter(val eventTime: Double, val type: Storage.InterestGroupAuctionEventType, val uniqueAuctionId: String, val parentAuctionId: String? = null, val auctionConfig: Map<String, JsonElement>? = null)

An auction involving interest groups is taking place. These events are target-specific.

Constructors

constructor(eventTime: Double, type: Storage.InterestGroupAuctionEventType, uniqueAuctionId: String, parentAuctionId: String? = null, auctionConfig: Map<String, JsonElement>? = null)

Properties

Link copied to clipboard
val auctionConfig: Map<String, JsonElement>? = null

Set for started and configResolved

Link copied to clipboard
Link copied to clipboard
val parentAuctionId: String? = null

Set for child auctions.

Link copied to clipboard
Link copied to clipboard