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