# UltracartClient::ReportDataSetColumn ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ReportDataSetColumn.new( name: null ) ```