conflictBehavior property

String? conflictBehavior
getter/setter pair

Specifies the behavior of the Rollout if an out of band update is detected in a project during a Rollout.

It can be one of the following values:

  1. overwrite : Overwrite the local value with the rollout value.
  2. no_overwrite : Do not overwrite the local value with the rollout value.

Required.

Implementation

core.String? conflictBehavior;