Sha256: 700870d87826404ef68582672095081605cb8ecdfe158d8d2187b199143af149
Contents?: true
Size: 367 Bytes
Versions: 9
Compression:
Stored size: 367 Bytes
Contents
# UltracartClient::ReportDataSetSchema ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | | [optional] | | **type** | **String** | Type of the column. | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ReportDataSetSchema.new( name: null, type: null ) ```
Version data entries
9 entries across 9 versions & 1 rubygems