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