Table of Contents

Class AttributionScopesData

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

AttributionScopesData

public sealed class AttributionScopesData
Inheritance
AttributionScopesData
Inherited Members

Properties

Limit

number instead of integer because not all uint32 can be represented by int

[JsonPropertyName("limit")]
public double Limit { get; set; }

Property Value

double

MaxEventStates

maxEventStates

[JsonPropertyName("maxEventStates")]
public double MaxEventStates { get; set; }

Property Value

double

Values

values

[JsonPropertyName("values")]
public string[] Values { get; set; }

Property Value

string[]