ReportDefinitionResponse

data class ReportDefinitionResponse(val dataset: ReportDatasetResponse? = null, val timePeriod: ReportTimePeriodResponse? = null, val timeframe: String, val type: String)

The definition of a report.

Constructors

Link copied to clipboard
constructor(dataset: ReportDatasetResponse? = null, timePeriod: ReportTimePeriodResponse? = null, timeframe: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Has definition for data in this report.

Link copied to clipboard

The time frame for pulling data for the report. If custom, then a specific time period must be provided.

Link copied to clipboard

Has time period for pulling data for the report.

Link copied to clipboard

The type of the report.