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
gcs_path: Option<String>
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]
fn default() -> FileReference[src]
Returns the "default value" for a type. Read more
impl Clone for FileReference[src]
fn clone(&self) -> FileReference[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more