Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 980 Bytes

File metadata and controls

34 lines (22 loc) · 980 Bytes

ReportDataSourceSchema

Properties

Name Type Description Notes
config String A JSON representation of the configuration for this visualization [optional]
dimension Boolean Whether or not this column can be used as a dimension within a visualization [optional]
name String [optional]
type TypeEnum Type of the column. Only supporting the allowed values. Any other types will be ignored. [optional]

Enum: TypeEnum

Name Value
BIGNUMERIC "BIGNUMERIC"
BOOL "BOOL"
DATE "DATE"
DATETIME "DATETIME"
FLOAT64 "FLOAT64"
INT64 "INT64"
JSON "JSON"
NUMERIC "NUMERIC"
STRING "STRING"
TIME "TIME"
TIMESTAMP "TIMESTAMP"