Struct google_appengine1_beta4::ApiEndpointHandler [] [src]

pub struct ApiEndpointHandler {
    pub script_path: Option<String>,
}

Uses Google Cloud Endpoints to handle requests.

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

Fields

Path to the script from the application root directory.

Trait Implementations

impl Default for ApiEndpointHandler
[src]

[src]

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

impl Clone for ApiEndpointHandler
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ApiEndpointHandler
[src]

[src]

Formats the value using the given formatter.

impl Part for ApiEndpointHandler
[src]