ExecutionConfig constructor

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

Implementation

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