Struct google_appengine1_beta5::RequestUtilization [] [src]

pub struct RequestUtilization {
    pub target_concurrent_requests: Option<i32>,
    pub target_request_count_per_sec: 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]

[src]

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

impl Clone for RequestUtilization
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for RequestUtilization
[src]

[src]

Formats the value using the given formatter.

impl Part for RequestUtilization
[src]