ReportConfigGroupingArgs

data class ReportConfigGroupingArgs(val name: Output<String>, val type: Output<Either<String, QueryColumnType>>) : ConvertibleToJava<ReportConfigGroupingArgs>

The group by expression to be used in the report.

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>

The name of the column to group. This version supports subscription lowest possible grain.

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

Has type of the column to group.

Functions

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