scenario property

String? scenario
getter/setter pair

The scenario when the preflight checks were run.

Output only. Possible string values are:

  • "SCENARIO_UNSPECIFIED" : Default value. This value is unused.
  • "CREATE" : The validation check occurred during a create flow.
  • "UPDATE" : The validation check occurred during an update flow.

Implementation

core.String? scenario;