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
generation: Option<String>
The generation of this object to use as the source.
name: Option<String>
The source object's name. The source object's bucket is implicitly the destination bucket.
object_preconditions: Option<ComposeRequestSourceObjectsObjectPreconditions>
Conditions that must be met for this operation to execute.
Trait Implementations
impl Default for ComposeRequestSourceObjects[src]
fn default() -> ComposeRequestSourceObjects[src]
Returns the "default value" for a type. Read more
impl Clone for ComposeRequestSourceObjects[src]
fn clone(&self) -> ComposeRequestSourceObjects[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more