AI-generated Key Takeaways
-
Represents a closed-open time range using a JSON object with
startTimeandendTimefields. -
Both
startTimeandendTimeare represented as strings in RFC3339 UTC "Zulu" format with nanosecond resolution. -
The time range includes the
startTimebut excludes theendTime.
A closed-open time range, i.e. [startTime, endTime).
| JSON representation |
|---|
{ "startTime": string, "endTime": string } |
| Fields | |
|---|---|
start |
The lower bound of the time range. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
end |
The upper bound of the time range. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |