Struct google_testing1::FileReference[][src]

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

A reference to a file, used for user inputs.

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

Fields

A path to a file in Google Cloud Storage. Example: gs://build-app-1414623860166/app-debug-unaligned.apk

Trait Implementations

impl Default for FileReference
[src]

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

impl Clone for FileReference
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FileReference
[src]

Formats the value using the given formatter. Read more

impl Part for FileReference
[src]

Auto Trait Implementations