GoogleApi.Testing.V1.Model.AppBundle (google_api_testing v0.24.0) View Source

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.

Attributes

  • bundleLocation (type: GoogleApi.Testing.V1.Model.FileReference.t, default: nil) - .aab file representing the app bundle under test.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Testing.V1.Model.AppBundle{
  bundleLocation: GoogleApi.Testing.V1.Model.FileReference.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.