Describes the length of a period of a time.
JSON representation |
---|
{
"unit": enum ( |
Fields | |
---|---|
unit |
The unit used for the duration |
count |
number of duration units to be included. |
Unit
Frequency of the period.
Enums | |
---|---|
UNIT_UNSPECIFIED |
Default value, reserved as an invalid or an unexpected value. |
MONTH |
Unit of a calendar month. |
DAY |
Unit of a day. |
HOUR |
Unit of an hour. It is used for testing. |