Class SendPendingAttributionReportsCommandResponse
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; }