valueType property

String? valueType
getter/setter pair

The type of the result value of the custom column.

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Unknown.
  • "STRING" : The custom column value is a string.
  • "INT64" : The custom column value is an int64 number.
  • "DOUBLE" : The custom column value is a double number.
  • "BOOLEAN" : The custom column value is a boolean.
  • "DATE" : The custom column value is a date, in YYYYMMDD format.

Implementation

core.String? valueType;