TemplatePivotTableFieldOption

data class TemplatePivotTableFieldOption(val customLabel: String? = null, val fieldId: String, val visibility: Any? = null)

Constructors

Link copied to clipboard
constructor(customLabel: String? = null, fieldId: String, visibility: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val customLabel: String? = null

The custom label of the pivot table field.

Link copied to clipboard

The field ID of the pivot table field.

Link copied to clipboard
val visibility: Any? = null

The visibility of the pivot table field.