GoogleCloudRunV2TaskTemplate constructor
GoogleCloudRunV2TaskTemplate({
- List<
GoogleCloudRunV2Container> ? containers, - String? encryptionKey,
- String? executionEnvironment,
- int? maxRetries,
- String? serviceAccount,
- String? timeout,
- List<
GoogleCloudRunV2Volume> ? volumes, - GoogleCloudRunV2VpcAccess? vpcAccess,
Implementation
GoogleCloudRunV2TaskTemplate({
this.containers,
this.encryptionKey,
this.executionEnvironment,
this.maxRetries,
this.serviceAccount,
this.timeout,
this.volumes,
this.vpcAccess,
});