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