ProjectBuildBatchConfigRestrictions constructor
const
ProjectBuildBatchConfigRestrictions({})
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,
});