SendPendingAttributionReportsResponse

@Serializable
data class SendPendingAttributionReportsResponse(val numSent: Int)

Response type for the StorageDomain.sendPendingAttributionReports command.

Constructors

Link copied to clipboard
constructor(numSent: Int)

Properties

Link copied to clipboard

The number of reports that were sent.