type

@JvmName(name = "dkjxnpeuwtrsqxlu")
suspend fun type(value: Output<Either<String, ReportType>>)
@JvmName(name = "nhnclbbnmhipeiec")
suspend fun type(value: Either<String, ReportType>?)
@JvmName(name = "qwvkxbajvegfbjek")
fun type(value: String)
@JvmName(name = "lqbbpfmykencqlfg")
fun type(value: ReportType)

Parameters

value

The type of the report. Usage represents actual usage, forecast represents forecasted data and UsageAndForecast represents both usage and forecasted data. Actual usage and forecasted data can be differentiated based on dates.