Column

  • A Table column is defined by a JSON representation.

  • The JSON representation includes a columnId string and a columnType object, which is a FieldType.

  • columnId serves as the column identifier, and columnType specifies the column's data type.

Defines a Table column.

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

string

Column identifier.

columnType

object (FieldType)

Column type.