Page Summary
-
The JSON representation describes a service period using
startTimeandendTimefields. -
startTimeis required and represents the inclusive start time of the service period in RFC3339 UTC "Zulu" format. -
endTimeis optional and represents the exclusive end time of the service period, also in RFC3339 UTC "Zulu" format.
A description of what time period or moment in time the product or service is being delivered over.
| JSON representation |
|---|
{ "startTime" : string , "endTime" : string } |
| Fields | |
|---|---|
startTime
|
Required. The start time of the service period. Time is inclusive. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
endTime
|
Optional. The end time of the service period. Time is exclusive. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |

