Sha256: 0b26ea0c62823124157ef6c0b4b5b36918d444495186f4a16ea799f895467d85
Contents?: true
Size: 492 Bytes
Versions: 84
Compression:
Stored size: 492 Bytes
Contents
# UltracartClient::ReportDataSetSchema ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **config** | **String** | A JSON representation of the configuration for this visualization | [optional] | | **name** | **String** | | [optional] | | **type** | **String** | Type of the column. | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ReportDataSetSchema.new( config: null, name: null, type: null ) ```
Version data entries
84 entries across 84 versions & 1 rubygems