# Bucket ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **timestamp** | Option<**String**> | The timestamp when the bucket starts | [optional] **bucket_size** | Option<**String**> | The size of the bucket | [optional] **average** | Option<**f64**> | The average of all values in the bucket | [optional] **sum** | Option<**f64**> | The sum of all values in the bucket | [optional] **min** | Option<**f64**> | The min of all values in the bucket | [optional] **max** | Option<**f64**> | The max of all values in the bucket | [optional] **percentile_95** | Option<**f64**> | The 95th percentile | [optional] **organization_id** | Option<**String**> | The organization id | [optional] **instance_id** | Option<**String**> | The organization id | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)