Report Time Period Args
data class ReportTimePeriodArgs(val from: Output<String>, val to: Output<String>) : ConvertibleToJava<ReportTimePeriodArgs>
The start and end date for pulling data for the report.
The start and end date for pulling data for the report.