ExportTimePeriodArgs

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

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: Output<String>, to: Output<String>)

Properties

Link copied to clipboard
val from: Output<String>

The start date for export data.

Link copied to clipboard
val to: Output<String>

The end date for export data.

Functions

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