# Usage
## Properties
**events_current** | **i64** | Events consumed in the current billing period. |
**events_included** | Option<**i64**> | Events included in the plan (null = unlimited). | [optional]
**events_overage** | **i64** | Overage event count beyond the included quota. |
**overage_cost** | **f64** | Total overage cost in dollars for this period. |
**overage_rate** | **f64** | Cost per 1,000 overage events in dollars. |
**period_end** | Option<**String**> | Billing period end (ISO 8601). | [optional]
**period_start** | Option<**String**> | Billing period start (ISO 8601). | [optional]
**plan** | [**models::Plan**](Plan.md) | Plan the usage applies to. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)