fastly-api 13.1.0

Fastly API client
Documentation
# PlatformValues

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**timestamp** | Option<**String**> | Timestamp of the metrics data point. | 
**ttfb_origin_p25_us** | Option<**f32**> | 25th percentile of time to first byte from origin, in microseconds. | 
**ttfb_origin_p50_us** | Option<**f32**> | 50th percentile of time to first byte from origin, in microseconds. | 
**ttfb_origin_p75_us** | Option<**f32**> | 75th percentile of time to first byte from origin, in microseconds. | 
**ttfb_origin_p95_us** | Option<**f32**> | 95th percentile of time to first byte from origin, in microseconds. | 
**ttfb_origin_p99_us** | Option<**f32**> | 99th percentile of time to first byte from origin, in microseconds. | 
**ttfb_shield_p25_us** | Option<**f32**> | 25th percentile of time to first byte from shield, in microseconds. | 
**ttfb_shield_p50_us** | Option<**f32**> | 50th percentile of time to first byte from shield, in microseconds. | 
**ttfb_shield_p75_us** | Option<**f32**> | 75th percentile of time to first byte from shield, in microseconds. | 
**ttfb_shield_p95_us** | Option<**f32**> | 95th percentile of time to first byte from shield, in microseconds. | 
**ttfb_shield_p99_us** | Option<**f32**> | 99th percentile of time to first byte from shield, in microseconds. | 
**ttfb_edge_p25_us** | Option<**f32**> | 25th percentile of time to first byte from edge, in microseconds. | 
**ttfb_edge_p50_us** | Option<**f32**> | 50th percentile of time to first byte from edge, in microseconds. | 
**ttfb_edge_p75_us** | Option<**f32**> | 75th percentile of time to first byte from edge, in microseconds. | 
**ttfb_edge_p95_us** | Option<**f32**> | 95th percentile of time to first byte from edge, in microseconds. | 
**ttfb_edge_p99_us** | Option<**f32**> | 99th percentile of time to first byte from edge, in microseconds. | 

[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)