Sha256: 31b5123e484039f2657fd021d4f27e05c0ba0b2110f1a196d55efc4ac3be4df7
Contents?: true
Size: 712 Bytes
Versions: 77
Compression:
Stored size: 712 Bytes
Contents
# 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 ```ruby require 'ultracart_api' instance = UltracartClient::ReportDataSourceSchema.new( config: null, dimension: null, name: null, type: null ) ```
Version data entries
77 entries across 77 versions & 1 rubygems