# TalonOne::AccountDashboardStatisticApiCalls ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **total** | **Float** | Total number of API calls received. | **datetime** | **DateTime** | Values aggregated for the specified date. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::AccountDashboardStatisticApiCalls.new(total: null, datetime: null) ```