endTimeType property

String? endTimeType
getter/setter pair

The end time as a type.

The only possible value is FOREVER.

Output only. 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? endTimeType;