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. All source objects must reside in the same bucket.

Conditions that must be met for this operation to execute.

Trait Implementations

impl Default for ComposeRequestSourceObjects
[src]

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

impl Clone for ComposeRequestSourceObjects
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ComposeRequestSourceObjects
[src]

Formats the value using the given formatter. Read more

impl NestedType for ComposeRequestSourceObjects
[src]

impl Part for ComposeRequestSourceObjects
[src]

Auto Trait Implementations