TargetLocation constructor

TargetLocation({
  1. List<String>? accounts,
  2. String? executionRoleName,
  3. List<String>? regions,
  4. String? targetLocationMaxConcurrency,
  5. String? targetLocationMaxErrors,
})

Implementation

TargetLocation({
  this.accounts,
  this.executionRoleName,
  this.regions,
  this.targetLocationMaxConcurrency,
  this.targetLocationMaxErrors,
});