AI-generated Key Takeaways
-
Defines a time range with a start and end time.
-
Uses JSON representation for the time range with
startTime
andendTime
fields. -
Requires both
startTime
andendTime
to be in RFC3339 UTC "Zulu" format with nanosecond resolution. -
Time window includes both the start and end times (inclusive).
A time range.
JSON representation |
---|
{ "startTime": string, "endTime": string } |
Fields | |
---|---|
startTime |
Required. The start time of the time window (inclusive). Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
endTime |
Required. The end time of the time window (inclusive). Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |