proposedStartTimeType property

String? proposedStartTimeType
getter/setter pair

The proposed start date time as a well-defined type, for example, NOW.

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? proposedStartTimeType;