Struct google_storage1::ComposeRequestSourceObjectsObjectPreconditions [] [src]

pub struct ComposeRequestSourceObjectsObjectPreconditions {
    pub if_generation_match: Option<String>,
}

Conditions that must be met for this operation to execute.

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

Fields

Only perform the composition if the generation of the source object that would be used matches this value. If this value and a generation are both specified, they must be the same value or the call will fail.

Trait Implementations

impl Default for ComposeRequestSourceObjectsObjectPreconditions
[src]

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

impl Clone for ComposeRequestSourceObjectsObjectPreconditions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ComposeRequestSourceObjectsObjectPreconditions
[src]

Formats the value using the given formatter.

impl NestedType for ComposeRequestSourceObjectsObjectPreconditions
[src]

impl Part for ComposeRequestSourceObjectsObjectPreconditions
[src]