docs/InlineResponse20041.md in talon_one-6.0.0 vs docs/InlineResponse20041.md in talon_one-7.0.0

- old
+ new

@@ -2,18 +2,20 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**total_result_size** | **Integer** | | -**data** | [**Array<User>**](User.md) | | +**total_result_size** | **Integer** | | [optional] +**has_more** | **Boolean** | | [optional] +**data** | [**Array<Change>**](Change.md) | | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::InlineResponse20041.new(total_result_size: 1, + has_more: null, data: null) ```