limits property
Limits describes the maximum amount of compute resources allowed.
Only 'cpu' and 'memory' keys are supported. * For supported 'cpu' values, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits
Implementation
core.Map<core.String, core.String>? limits;