Table of Contents

Class InterestGroupAuctionNetworkRequestCreatedEventArgs

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

InterestGroupAuctionNetworkRequestCreated

public sealed class InterestGroupAuctionNetworkRequestCreatedEventArgs : EventArgs
Inheritance
InterestGroupAuctionNetworkRequestCreatedEventArgs
Inherited Members

Properties

Auctions

Gets or sets the auctions

[JsonPropertyName("auctions")]
public string[] Auctions { get; set; }

Property Value

string[]

RequestId

Gets or sets the requestId

[JsonPropertyName("requestId")]
public string RequestId { get; set; }

Property Value

string

Type

Gets or sets the type

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

Property Value

InterestGroupAuctionFetchType