startTimeType property
The start time as a type.
Only NOW is allowed.
Immutable. Possible string values are:
- "UNSPECIFIED" : Not specified.
- "UNKNOWN" : Used for return value only. Represents value unknown in this version.
- "NOW" : As soon as possible.
- "FOREVER" : An infinite point in the future.
Implementation
core.String? startTimeType;