Struct google_storagetransfer1::GcsData[][src]

pub struct GcsData {
    pub bucket_name: Option<String>,
}

In a GcsData, an object's name is the Google Cloud Storage object's name and its lastModificationTime refers to the object's updated time, which changes when the content or the metadata of the object is updated.

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

Fields

Google Cloud Storage bucket name (see Bucket Name Requirements). Required.

Trait Implementations

impl Default for GcsData
[src]

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

impl Clone for GcsData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GcsData
[src]

Formats the value using the given formatter. Read more

impl Part for GcsData
[src]

Auto Trait Implementations

impl Send for GcsData

impl Sync for GcsData