Struct google_storage1::ComposeRequest[][src]

pub struct ComposeRequest {
    pub kind: Option<String>,
    pub destination: Option<Object>,
    pub source_objects: Option<Vec<ComposeRequestSourceObjects>>,
}

A Compose request.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The kind of item this is.

Properties of the resulting object.

The list of source objects that will be concatenated into a single object.

Trait Implementations

impl Default for ComposeRequest
[src]

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

impl Clone for ComposeRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ComposeRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for ComposeRequest
[src]

Auto Trait Implementations