ReportTimePeriodResponse

data class ReportTimePeriodResponse(val from: String, val to: String)

The start and end date for pulling data for the report.

Constructors

Link copied to clipboard
constructor(from: String, to: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The start date to pull data from.

Link copied to clipboard
val to: String

The end date to pull data to.