PrivatePool constructor

PrivatePool({
  1. String? artifactStorage,
  2. String? serviceAccount,
  3. String? workerPool,
})

Implementation

PrivatePool({this.artifactStorage, this.serviceAccount, this.workerPool});