Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 712 Bytes

File metadata and controls

24 lines (18 loc) · 712 Bytes

UltracartClient::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]

Example

require 'ultracart_api'

instance = UltracartClient::ReportDataSourceSchema.new(
  config: null,
  dimension: null,
  name: null,
  type: null
)