Column

  • A Table column is defined by a JSON representation.

  • The JSON representation for a Table column includes columnId (a string) and columnType (an object representing the FieldType).

Defines a Table column.

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

string

Column identifier.

columnType

object (FieldType)

Column type.