unit property
The unit of time.
Required. Possible string values are:
- "TIME_UNIT_UNSPECIFIED" : Unspecified.
- "DAY" : Day.
- "WEEK" : Week.
- "MONTH" : Month.
- "QUARTER" : Quarter.
- "YEAR" : Year.
Implementation
core.String? unit;
The unit of time.
Required. Possible string values are:
core.String? unit;