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