typeHints
Semantic tags describing how to interpret and render value.
Since the value is always a plain string, type hints indicate its actual meaning. Examples
include "money" (amount in the smallest currency unit), "datetime" (Unix timestamp),
"comma_separated_list" (multiple entries separated by commas), "key_value" and "json_encoded"
(JSON-encoded key-value structure), "minmax" (a min/max pair formatted as "min/max"), and
"cardinality" (number of distinct values). Other domain-specific hints also exist. These
match ReportColumn.typeHints for the corresponding column, except when aggregation adds
hints like "minmax" or "cardinality".
Arguments
typeHints doesn't take any arguments.
Type
This field resolves to [ String ].