Struct google_testing1::api::AppBundle [−][src]
pub struct AppBundle {
pub bundle_location: Option<FileReference>,
}Expand description
An Android App Bundle file format, containing a BundleConfig.pb file, a base module directory, zero or more dynamic feature module directories. See https://developer.android.com/guide/app-bundle/build for guidance on building App Bundles.
This type is not used in any activity, and only used as part of another schema.
Fields
bundle_location: Option<FileReference>.aab file representing the app bundle under test.
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 AppBundle
impl UnwindSafe for AppBundle
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more