Struct google_testing1::api::Apk [−][src]
pub struct Apk {
pub location: Option<FileReference>,
pub package_name: Option<String>,
}Expand description
An Android package file to install.
This type is not used in any activity, and only used as part of another schema.
Fields
location: Option<FileReference>The path to an APK to be installed on the device before the test begins.
package_name: Option<String>The java package for the APK to be installed. Value is determined by examining the application’s manifest.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Apk
impl UnwindSafe for Apk
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more