docs/InlineResponse20038.md in talon_one-3.0.2 vs docs/InlineResponse20038.md in talon_one-5.0.0
- old
+ new
@@ -2,20 +2,18 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**total_result_size** | **Integer** | | [optional]
-**has_more** | **Boolean** | | [optional]
-**data** | [**Array<Change>**](Change.md) | |
+**total_result_size** | **Integer** | |
+**data** | [**Array<WebhookActivationLogEntry>**](WebhookActivationLogEntry.md) | |
## Code Sample
```ruby
require 'TalonOne'
instance = TalonOne::InlineResponse20038.new(total_result_size: 1,
- has_more: null,
data: null)
```