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