docs/EmailSegmentCustomer.md in ultracart_api-3.10.220 vs docs/EmailSegmentCustomer.md in ultracart_api-4.0.32.rc
- old
+ new
@@ -1,11 +1,24 @@
-# UltracartClient::EmailSegmentCustomer
-
-## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
-**add_dts** | **String** | Added timestamp | [optional]
-**email** | **String** | Email | [optional]
-**email_customer_uuid** | **String** | Email customer UUID | [optional]
-**email_segment_member_uuid** | **String** | Email segment member UUID | [optional]
-
-
+# UltracartClient::EmailSegmentCustomer
+
+## Properties
+
+| Name | Type | Description | Notes |
+| ---- | ---- | ----------- | ----- |
+| **add_dts** | **String** | Added timestamp | [optional] |
+| **email** | **String** | Email | [optional] |
+| **email_customer_uuid** | **String** | Email customer UUID | [optional] |
+| **email_segment_member_uuid** | **String** | Email segment member UUID | [optional] |
+
+## Example
+
+```ruby
+require 'ultracart_api'
+
+instance = UltracartClient::EmailSegmentCustomer.new(
+ add_dts: null,
+ email: null,
+ email_customer_uuid: null,
+ email_segment_member_uuid: null
+)
+```
+