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