Struct google_testing1::api::AppBundle
source · 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§
source§impl<'de> Deserialize<'de> for AppBundle
impl<'de> Deserialize<'de> for AppBundle
source§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