type property

String? type
getter/setter pair

Looker specific column type of this column. Possible string values are:

  • "LOOKER_COLUMN_TYPE_UNSPECIFIED" : Unspecified.
  • "DIMENSION" : Dimension.
  • "DIMENSION_GROUP" : Dimension group - parent for Dimension.
  • "FILTER" : Filter.
  • "MEASURE" : Measure.
  • "PARAMETER" : Parameter.

Implementation

core.String? type;