Table of Contents

Class AttributionReportingFilterPair

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

AttributionReportingFilterPair

public sealed class AttributionReportingFilterPair
Inheritance
AttributionReportingFilterPair
Inherited Members

Properties

Filters

filters

[JsonPropertyName("filters")]
public AttributionReportingFilterConfig[] Filters { get; set; }

Property Value

AttributionReportingFilterConfig[]

NotFilters

notFilters

[JsonPropertyName("notFilters")]
public AttributionReportingFilterConfig[] NotFilters { get; set; }

Property Value

AttributionReportingFilterConfig[]