type property

String? type
getter/setter pair

The column type.

Output only. Possible string values are:

  • "COLUMN_TYPE_UNSPECIFIED" : Default value. This value is unused.
  • "DIMENSION" : Dimension.
  • "METRIC" : Metric.

Implementation

core.String? type;