Export Definition Args
data class ExportDefinitionArgs(val dataSet: Output<ExportDatasetArgs>? = null, val timePeriod: Output<ExportTimePeriodArgs>? = null, val timeframe: Output<Either<String, TimeframeType>>, val type: Output<Either<String, ExportType>>) : ConvertibleToJava<ExportDefinitionArgs>
The definition of an export.
Constructors
Link copied to clipboard
fun ExportDefinitionArgs(dataSet: Output<ExportDatasetArgs>? = null, timePeriod: Output<ExportTimePeriodArgs>? = null, timeframe: Output<Either<String, TimeframeType>>, type: Output<Either<String, ExportType>>)