RolloutRolloutEntityOrchestratedEntity constructor

RolloutRolloutEntityOrchestratedEntity({
  1. String? conflictBehavior,
  2. String? orchestrationAction,
  3. String? orchestrationSource,
})

Implementation

RolloutRolloutEntityOrchestratedEntity({
  this.conflictBehavior,
  this.orchestrationAction,
  this.orchestrationSource,
});