RouteReportsRequest

data class RouteReportsRequest(val startReportId: Long, val endReportId: Long)

Parameters

startReportId

Start of report ID range (inclusive).

endReportId

End of report ID range (inclusive). Difference between start and end must be less than 5,000.

Constructors

Link copied to clipboard
constructor(startReportId: Long, endReportId: Long)

Properties

Link copied to clipboard

End of report ID range (inclusive). Difference between start and end must be less than 5,000.

Link copied to clipboard

Start of report ID range (inclusive).