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