ExecutionConfig constructor

ExecutionConfig({
  1. String? idleTtl,
  2. String? kmsKey,
  3. List<String>? networkTags,
  4. String? networkUri,
  5. String? serviceAccount,
  6. String? stagingBucket,
  7. String? subnetworkUri,
  8. String? ttl,
})

Implementation

ExecutionConfig({
  this.idleTtl,
  this.kmsKey,
  this.networkTags,
  this.networkUri,
  this.serviceAccount,
  this.stagingBucket,
  this.subnetworkUri,
  this.ttl,
});