Table of Contents

Class InterestGroupAuctionEventOccurredEventArgs

Namespace
OpenQA.Selenium.DevTools.V132.Storage
Assembly
WebDriver.dll

InterestGroupAuctionEventOccurred

public sealed class InterestGroupAuctionEventOccurredEventArgs : EventArgs
Inheritance
InterestGroupAuctionEventOccurredEventArgs
Inherited Members

Properties

AuctionConfig

Gets or sets the auctionConfig

[JsonPropertyName("auctionConfig")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public object AuctionConfig { get; set; }

Property Value

object

EventTime

Gets or sets the eventTime

[JsonPropertyName("eventTime")]
public double EventTime { get; set; }

Property Value

double

ParentAuctionId

Gets or sets the parentAuctionId

[JsonPropertyName("parentAuctionId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string ParentAuctionId { get; set; }

Property Value

string

Type

Gets or sets the type

[JsonPropertyName("type")]
public InterestGroupAuctionEventType Type { get; set; }

Property Value

InterestGroupAuctionEventType

UniqueAuctionId

Gets or sets the uniqueAuctionId

[JsonPropertyName("uniqueAuctionId")]
public string UniqueAuctionId { get; set; }

Property Value

string