approvedEndTimeType property

String? approvedEndTimeType
getter/setter pair

The approved end time as a well-defined type, for example, 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? approvedEndTimeType;