GoogleCloudRunV2ResourceRequirements constructor

GoogleCloudRunV2ResourceRequirements({
  1. bool? cpuIdle,
  2. Map<String, String>? limits,
  3. bool? startupCpuBoost,
})

Implementation

GoogleCloudRunV2ResourceRequirements({
  this.cpuIdle,
  this.limits,
  this.startupCpuBoost,
});