docs/ResponseMetadata.md in ultracart_api-3.10.220 vs docs/ResponseMetadata.md in ultracart_api-4.0.32.rc
- old
+ new
@@ -1,9 +1,20 @@
-# UltracartClient::ResponseMetadata
-
-## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
-**payload_name** | **String** | Payload name | [optional]
-**result_set** | [**ResultSet**](ResultSet.md) | | [optional]
-
-
+# UltracartClient::ResponseMetadata
+
+## Properties
+
+| Name | Type | Description | Notes |
+| ---- | ---- | ----------- | ----- |
+| **payload_name** | **String** | Payload name | [optional] |
+| **result_set** | [**ResultSet**](ResultSet.md) | | [optional] |
+
+## Example
+
+```ruby
+require 'ultracart_api'
+
+instance = UltracartClient::ResponseMetadata.new(
+ payload_name: null,
+ result_set: null
+)
+```
+