Struct google_storage1::ComposeRequestSourceObjects [] [src]

pub struct ComposeRequestSourceObjects {
    pub generation: Option<String>,
    pub name: Option<String>,
    pub object_preconditions: Option<ComposeRequestSourceObjectsObjectPreconditions>,
}

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

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

Fields

The generation of this object to use as the source.

The source object's name. The source object's bucket is implicitly the destination bucket.

Conditions that must be met for this operation to execute.

Trait Implementations

impl Debug for ComposeRequestSourceObjects
[src]

Formats the value using the given formatter.

impl Clone for ComposeRequestSourceObjects
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ComposeRequestSourceObjects
[src]

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

impl NestedType for ComposeRequestSourceObjects
[src]

impl Part for ComposeRequestSourceObjects
[src]