Report Definition Args
data class ReportDefinitionArgs(val dataset: Output<ReportDatasetArgs>? = null, val timePeriod: Output<ReportTimePeriodArgs>? = null, val timeframe: Output<Either<String, TimeframeType>>, val type: Output<Either<String, ReportType>>) : ConvertibleToJava<ReportDefinitionArgs>
The definition of a report.
Constructors
Link copied to clipboard
constructor(dataset: Output<ReportDatasetArgs>? = null, timePeriod: Output<ReportTimePeriodArgs>? = null, timeframe: Output<Either<String, TimeframeType>>, type: Output<Either<String, ReportType>>)
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.