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