ReportGroupingArgs

data class ReportGroupingArgs(val name: Output<String>, val type: Output<Either<String, ReportColumnType>>) : ConvertibleToJava<ReportGroupingArgs>

The group by expression to be used in the report.

Constructors

Link copied to clipboard
constructor(name: Output<String>, type: Output<Either<String, ReportColumnType>>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the column to group.

Link copied to clipboard
val type: Output<Either<String, ReportColumnType>>

Has type of the column to group.

Functions

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