EventTimeRange

EventTimeRange
EventTimeRange

Refinement of time range over which to search (for events). Operates on the start time of the event.

JSON Example
{
    "earliestStartTimeEpochMillis": 0,
    "latestStartTimeEpochMillis": 0
}
integer As int64 As int64
earliestStartTimeEpochMillis
Optional

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, defaults to 2 hours prior the present time.

integer As int64 As int64
latestStartTimeEpochMillis
Optional

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, defaults to now.