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 which must conform to the format as specified by Android e.g. [main|patch].0300110.com.example.android.obb which will be installed into <shared-storage>/Android/obb/<package-name>/ on the device Required

Opaque Binary Blob (OBB) file(s) to install on the device Required

Trait Implementations

impl Default for ObbFile
[src]

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

impl Clone for ObbFile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ObbFile
[src]

Formats the value using the given formatter. Read more

impl Part for ObbFile
[src]

Auto Trait Implementations

impl Send for ObbFile

impl Sync for ObbFile