GoogleCloudRunV2TaskTemplate constructor

GoogleCloudRunV2TaskTemplate({
  1. List<GoogleCloudRunV2Container>? containers,
  2. String? encryptionKey,
  3. String? executionEnvironment,
  4. int? maxRetries,
  5. String? serviceAccount,
  6. String? timeout,
  7. List<GoogleCloudRunV2Volume>? volumes,
  8. GoogleCloudRunV2VpcAccess? vpcAccess,
})

Implementation

GoogleCloudRunV2TaskTemplate({
  this.containers,
  this.encryptionKey,
  this.executionEnvironment,
  this.maxRetries,
  this.serviceAccount,
  this.timeout,
  this.volumes,
  this.vpcAccess,
});