Struct google_testing1::FileReference[][src]

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

A reference to a file, used for user inputs.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

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 RequestValue for FileReference
[src]

Auto Trait Implementations