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

Version Path
ultracart_api-4.0.150 docs/ReportDataSourceSchema.md
ultracart_api-4.0.149 docs/ReportDataSourceSchema.md
ultracart_api-4.0.148 docs/ReportDataSourceSchema.md
ultracart_api-4.0.147 docs/ReportDataSourceSchema.md
ultracart_api-4.0.146 docs/ReportDataSourceSchema.md
ultracart_api-4.0.145 docs/ReportDataSourceSchema.md
ultracart_api-4.0.144 docs/ReportDataSourceSchema.md
ultracart_api-4.0.143 docs/ReportDataSourceSchema.md
ultracart_api-4.0.142 docs/ReportDataSourceSchema.md