ExportTimePeriodResponse

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

The date range for data in the export. This should only be specified with timeFrame set to 'Custom'. The maximum date range is 3 months.

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 for export data.

Link copied to clipboard
val to: String

The end date for export data.