ReportConfigTimePeriodArgs

data class ReportConfigTimePeriodArgs(val from: Output<String>, val to: Output<String>) : ConvertibleToJava<ReportConfigTimePeriodArgs>

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

Constructors

Link copied to clipboard
constructor(from: Output<String>, to: Output<String>)

Properties

Link copied to clipboard
val from: Output<String>

The start date to pull data from.

Link copied to clipboard
val to: Output<String>

The end date to pull data to.

Functions

Link copied to clipboard
open override fun toJava(): ReportConfigTimePeriodArgs