proposedEndTimeType property
The proposed 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? proposedEndTimeType;