Table of Contents

Class InterestGroupAccessedEventArgs

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

InterestGroupAccessed

public sealed class InterestGroupAccessedEventArgs : EventArgs
Inheritance
InterestGroupAccessedEventArgs
Inherited Members

Properties

AccessTime

Gets or sets the accessTime

[JsonPropertyName("accessTime")]
public double AccessTime { get; set; }

Property Value

double

Bid

Gets or sets the bid

[JsonPropertyName("bid")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? Bid { get; set; }

Property Value

double?

BidCurrency

Gets or sets the bidCurrency

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

Property Value

string

ComponentSellerOrigin

Gets or sets the componentSellerOrigin

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

Property Value

string

Name

Gets or sets the name

[JsonPropertyName("name")]
public string Name { get; set; }

Property Value

string

OwnerOrigin

Gets or sets the ownerOrigin

[JsonPropertyName("ownerOrigin")]
public string OwnerOrigin { get; set; }

Property Value

string

Type

Gets or sets the type

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

Property Value

InterestGroupAccessType

UniqueAuctionId

Gets or sets the uniqueAuctionId

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

Property Value

string