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