Struct google_testing1::ObbFile
[−]
[src]
pub struct ObbFile {
pub obb_file_name: Option<String>,
pub obb: Option<FileReference>,
}An opaque binary blob file to install on the device before the test starts
This type is not used in any activity, and only used as part of another schema.
Fields
obb_file_name: Option<String>
OBB file name which must conform to the format as specified by
Android
e.g. [main|patch].0300110.com.example.android.obb
which will be installed into
obb: Option<FileReference>
Opaque Binary Blob (OBB) file(s) to install on the device Required
Trait Implementations
impl Default for ObbFile[src]
impl Clone for ObbFile[src]
fn clone(&self) -> ObbFile[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