Table of Contents

Class SendPendingAttributionReportsCommandResponse

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

Response for Sends all pending Attribution Reports immediately, regardless of their scheduled report time.

public sealed class SendPendingAttributionReportsCommandResponse : ICommandResponse<SendPendingAttributionReportsCommandSettings>, ICommandResponse
Inheritance
SendPendingAttributionReportsCommandResponse
Implements
Inherited Members
Extension Methods

Properties

NumSent

The number of reports that were sent.

[JsonPropertyName("numSent")]
public long NumSent { get; set; }

Property Value

long