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