docs/EmailHistogramPropertyNamesResponse.md in ultracart_api-3.10.220 vs docs/EmailHistogramPropertyNamesResponse.md in ultracart_api-4.0.32.rc
- old
+ new
@@ -1,8 +1,18 @@
-# UltracartClient::EmailHistogramPropertyNamesResponse
-
-## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
-**property_names** | **Array<String>** | | [optional]
-
-
+# UltracartClient::EmailHistogramPropertyNamesResponse
+
+## Properties
+
+| Name | Type | Description | Notes |
+| ---- | ---- | ----------- | ----- |
+| **property_names** | **Array<String>** | | [optional] |
+
+## Example
+
+```ruby
+require 'ultracart_api'
+
+instance = UltracartClient::EmailHistogramPropertyNamesResponse.new(
+ property_names: null
+)
+```
+