View Source GoogleApi.AppEngine.V1.Model.RequestUtilization (google_api_app_engine v0.42.0)

Target scaling by request utilization. Only applicable in the App Engine flexible environment.

Attributes

  • targetConcurrentRequests (type: integer(), default: nil) - Target number of concurrent requests.
  • targetRequestCountPerSecond (type: integer(), default: nil) - Target requests per second.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AppEngine.V1.Model.RequestUtilization{
  targetConcurrentRequests: integer() | nil,
  targetRequestCountPerSecond: integer() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.