ExecutionConfig constructor

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

Implementation

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