Column

  • Defines a table column with a JSON representation including columnId and columnType.

  • columnId is a string used as the column identifier, while columnType is an object defining the column's data type using FieldType.

Defines a Table column.

JSON representation
{
  "columnId": string,
  "columnType": {
    object (FieldType)
  }
}
Fields
columnId

string

Column identifier.

columnType

object (FieldType)

Column type.