Struct google_cloudtasks2_beta2::AppEngineTaskTarget [] [src]

pub struct AppEngineTaskTarget {
    pub relative_url: Option<String>,
    pub headers: Option<HashMap<String, String>>,
    pub app_engine_routing: Option<AppEngineRouting>,
    pub payload: Option<String>,
    pub http_method: Option<String>,
}

Deprecated. Use AppEngineHttpRequest.

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

Fields

Deprecated. Use AppEngineHttpRequest.relative_url.

Deprecated. Use AppEngineHttpRequest.headers.

Deprecated. Use AppEngineHttpRequest.app_engine_routing.

Deprecated. Use AppEngineHttpRequest.payload.

Deprecated. Use AppEngineHttpRequest.http_method.

Trait Implementations

impl Default for AppEngineTaskTarget
[src]

[src]

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

impl Clone for AppEngineTaskTarget
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AppEngineTaskTarget
[src]

[src]

Formats the value using the given formatter.

impl Part for AppEngineTaskTarget
[src]