GoogleCloudRunV2RevisionTemplate constructor
      
      GoogleCloudRunV2RevisionTemplate({ 
    
    
- Map<
String, String> ? annotations, - List<
GoogleCloudRunV2Container> ? containers, - String? encryptionKey,
 - String? encryptionKeyRevocationAction,
 - String? encryptionKeyShutdownDuration,
 - String? executionEnvironment,
 - bool? gpuZonalRedundancyDisabled,
 - bool? healthCheckDisabled,
 - Map<
String, String> ? labels, - int? maxInstanceRequestConcurrency,
 - GoogleCloudRunV2NodeSelector? nodeSelector,
 - String? revision,
 - GoogleCloudRunV2RevisionScaling? scaling,
 - String? serviceAccount,
 - GoogleCloudRunV2ServiceMesh? serviceMesh,
 - bool? sessionAffinity,
 - String? timeout,
 - List<
GoogleCloudRunV2Volume> ? volumes, - GoogleCloudRunV2VpcAccess? vpcAccess,
 
Implementation
GoogleCloudRunV2RevisionTemplate({
  this.annotations,
  this.containers,
  this.encryptionKey,
  this.encryptionKeyRevocationAction,
  this.encryptionKeyShutdownDuration,
  this.executionEnvironment,
  this.gpuZonalRedundancyDisabled,
  this.healthCheckDisabled,
  this.labels,
  this.maxInstanceRequestConcurrency,
  this.nodeSelector,
  this.revision,
  this.scaling,
  this.serviceAccount,
  this.serviceMesh,
  this.sessionAffinity,
  this.timeout,
  this.volumes,
  this.vpcAccess,
});