TimeInterval

TimeInterval
Time Interval

Represents a continuous span of time defined by a required start and end timestamp.

JSON Example
{
    "start_time": 0,
    "end_time": 0
}
start_time
Required

Timestamp in milliseconds since epoch.

end_time
Required

Timestamp in milliseconds since epoch.