ProjectBuildBatchConfigRestrictions constructor

const ProjectBuildBatchConfigRestrictions({
  1. Input<List<String>?>? computeTypesAlloweds,
  2. Input<int?>? maximumBuildsAllowed,
})

Creates a new ProjectBuildBatchConfigRestrictions. computeTypesAlloweds An array of strings that specify the compute types that are allowed for the batch maximumBuildsAllowed Specifies the maximum number of builds allowed.

Implementation

const ProjectBuildBatchConfigRestrictions({
  this.computeTypesAlloweds,
  this.maximumBuildsAllowed,
});