Sha256: 4362fb1558bdb434175f378618fade655e458a8853e350edf0a3d84da2fe9be2
Contents?: true
Size: 587 Bytes
Versions: 9
Compression:
Stored size: 587 Bytes
Contents
# UltracartClient::ReportDataSourceSchema ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **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( dimension: null, name: null, type: null ) ```
Version data entries
9 entries across 9 versions & 1 rubygems