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