Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 778 Bytes

RelatedEventTimeRange.md

File metadata and controls

11 lines (7 loc) · 778 Bytes

RelatedEventTimeRange

Properties

Name Type Description Notes
earliest_start_time_epoch_millis int Start of search time window, in milliseconds since the Unix Epoch. Events whose start time occurs after this value will be returned. If no value is supplied, will return null [optional]
latest_start_time_epoch_millis int End of the search time window, in milliseconds since the Unix Epoch. Events whose start time occurs before this value will be returned. If no value is supplied, will return null [optional]

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