Struct google_appengine1::RequestUtilization [] [src]

pub struct RequestUtilization {
    pub target_concurrent_requests: Option<i32>,
    pub target_request_count_per_second: Option<i32>,
}

Target scaling by request utilization. Only applicable for VM runtimes.

This type is not used in any activity, and only used as part of another schema.

Fields

Target number of concurrent requests.

Target requests per second.

Trait Implementations

impl Default for RequestUtilization
[src]

Returns the "default value" for a type. Read more

impl Clone for RequestUtilization
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RequestUtilization
[src]

Formats the value using the given formatter.

impl Part for RequestUtilization
[src]