Struct google_testing1::GoogleCloudStorage[][src]

pub struct GoogleCloudStorage {
    pub gcs_path: Option<String>,
}

A storage location within Google cloud storage (GCS).

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

Fields

The path to a directory in GCS that will eventually contain the results for this test. The requesting user must have write access on the bucket in the supplied path. Required

Trait Implementations

impl Default for GoogleCloudStorage
[src]

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

impl Clone for GoogleCloudStorage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GoogleCloudStorage
[src]

Formats the value using the given formatter. Read more

impl Part for GoogleCloudStorage
[src]

Auto Trait Implementations