RelatedEventTimeRange

RelatedEventTimeRange
RelatedEventTimeRange

Refinement of time range over which to search over a firing event with no default value. 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, will return null

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, will return null