Struct google_cloudasset1_beta1::GcsDestination[][src]

pub struct GcsDestination {
    pub uri: Option<String>,
}

A Cloud Storage location.

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

Fields

The path of the Cloud Storage objects. It's the same path that is used by gsutil. For example: "gs://bucket_name/object_path". See Viewing and Editing Object Metadata for more information.

Trait Implementations

impl Default for GcsDestination
[src]

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

impl Clone for GcsDestination
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GcsDestination
[src]

Formats the value using the given formatter. Read more

impl Part for GcsDestination
[src]

Auto Trait Implementations