Report Grouping Args
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.
The group by expression to be used in the report.