dataType property

String? dataType
getter/setter pair

Data type.

Dimension column headers have only STRING as the data type. Metric column headers have data types for metric values such as INTEGER, DOUBLE, CURRENCY etc.

Implementation

core.String? dataType;