GoogleCloudRunV2TaskTemplate constructor

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

Implementation

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