BatchRestrictions constructor

BatchRestrictions({
  1. List<String>? computeTypesAllowed,
  2. int? maximumBuildsAllowed,
})

Implementation

BatchRestrictions({
  this.computeTypesAllowed,
  this.maximumBuildsAllowed,
});