rescheduleType property
If reschedule type is SPECIFIC_TIME, must set up schedule_time as well.
Required. Possible string values are:
- "RESCHEDULE_TYPE_UNSPECIFIED" : Not set.
- "IMMEDIATE" : If the user wants to schedule the maintenance to happen now.
- "SPECIFIC_TIME" : If the user wants to reschedule the maintenance to a specific time.
Implementation
core.String? rescheduleType;