Table of Contents

Class AttributionReportingTriggerRegisteredEventArgs

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

AttributionReportingTriggerRegistered

public sealed class AttributionReportingTriggerRegisteredEventArgs : EventArgs
Inheritance
AttributionReportingTriggerRegisteredEventArgs
Inherited Members

Properties

Aggregatable

Gets or sets the aggregatable

[JsonPropertyName("aggregatable")]
public AttributionReportingAggregatableResult Aggregatable { get; set; }

Property Value

AttributionReportingAggregatableResult

EventLevel

Gets or sets the eventLevel

[JsonPropertyName("eventLevel")]
public AttributionReportingEventLevelResult EventLevel { get; set; }

Property Value

AttributionReportingEventLevelResult

Registration

Gets or sets the registration

[JsonPropertyName("registration")]
public AttributionReportingTriggerRegistration Registration { get; set; }

Property Value

AttributionReportingTriggerRegistration