TemplateUnaggregatedField

data class TemplateUnaggregatedField(val column: TemplateColumnIdentifier, val fieldId: String, val formatConfiguration: TemplateFormatConfiguration? = null)

Constructors

Link copied to clipboard
constructor(column: TemplateColumnIdentifier, fieldId: String, formatConfiguration: TemplateFormatConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The column that is used in the UnaggregatedField .

Link copied to clipboard

The custom field ID.

Link copied to clipboard

The format configuration of the field.