PivotPropertiesArgs

data class PivotPropertiesArgs(val name: Output<String>? = null, val type: Output<Either<String, PivotTypeType>>? = null) : ConvertibleToJava<PivotPropertiesArgs>

Each pivot must contain a 'type' and 'name'.

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, type: Output<Either<String, PivotTypeType>>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

Data field to show in view.

Link copied to clipboard
val type: Output<Either<String, PivotTypeType>>? = null

Data type to show in view.

Functions

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