columnType property
The column type. Possible string values are:
- "COLUMN_TYPE_UNSPECIFIED" : An unspecified column type.
- "DOUBLE" : The number column type.
- "CURRENCY" : The currency column type.
- "PERCENT" : The percent column type.
- "DATE" : The date column type.
- "TIME" : The time column type.
- "DATE_TIME" : The date and time column type.
- "TEXT" : The text column type.
- "BOOLEAN" : The boolean column type.
- "DROPDOWN" : The dropdown column type.
- "FILES_CHIP" : The files chip column type
- "PEOPLE_CHIP" : The people chip column type
- "FINANCE_CHIP" : The finance chip column type
- "PLACE_CHIP" : The place chip column type
- "RATINGS_CHIP" : The ratings chip column type
Implementation
core.String? columnType;