RollbackTargetRequest constructor

RollbackTargetRequest({
  1. String? releaseId,
  2. RollbackTargetConfig? rollbackConfig,
  3. String? rolloutId,
  4. String? rolloutToRollBack,
  5. String? targetId,
  6. bool? validateOnly,
})

Implementation

RollbackTargetRequest({
  this.releaseId,
  this.rollbackConfig,
  this.rolloutId,
  this.rolloutToRollBack,
  this.targetId,
  this.validateOnly,
});