Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 853 Bytes

Realtime.md

File metadata and controls

17 lines (12 loc) · 853 Bytes

WebService::Fastly::Object::Realtime

Load the model package

use WebService::Fastly::Object::Realtime;

Properties

Name Type Description Notes
timestamp int Value to use for subsequent requests. [optional]
aggregate_delay int How long the system will wait before aggregating messages for each second. The most recent data returned will have happened at the moment of the request, minus the aggregation delay. [optional]
data ARRAY[RealtimeEntry] A list of records, each representing one second of time. [optional]

[Back to Model list] [Back to API list] [Back to README]