Skip to content

Latest commit

 

History

History
41 lines (20 loc) · 932 Bytes

File metadata and controls

41 lines (20 loc) · 932 Bytes

UltraCartRestApiV2.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 String Type of the column. Only supporting the allowed values. Any other types will be ignored. [optional]

Enum: TypeEnum

  • BIGNUMERIC (value: "BIGNUMERIC")

  • BOOL (value: "BOOL")

  • DATE (value: "DATE")

  • DATETIME (value: "DATETIME")

  • FLOAT64 (value: "FLOAT64")

  • INT64 (value: "INT64")

  • JSON (value: "JSON")

  • NUMERIC (value: "NUMERIC")

  • STRING (value: "STRING")

  • TIME (value: "TIME")

  • TIMESTAMP (value: "TIMESTAMP")