docs/CombinedSubmissionAction.md in docspring-1.4.1 vs docs/CombinedSubmissionAction.md in docspring-2.0.0

- old
+ new

@@ -1,13 +1,28 @@ # DocSpring::CombinedSubmissionAction ## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**id** | **String** | | -**integration_id** | **String** | | -**state** | **String** | | -**action_category** | **String** | | -**action_type** | **String** | | -**result_data** | **Object** | | +| Name | Type | Description | Notes | +| ---- | ---- | ----------- | ----- | +| **id** | **String** | | | +| **integration_id** | **String** | | | +| **state** | **String** | | | +| **action_category** | **String** | | | +| **action_type** | **String** | | | +| **result_data** | **Object** | | | + +## Example + +```ruby +require 'docspring' + +instance = DocSpring::CombinedSubmissionAction.new( + id: null, + integration_id: null, + state: null, + action_category: null, + action_type: null, + result_data: null +) +```