GoogleApi.Testing.V1.Model.AppBundle (google_api_testing v0.34.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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Testing.V1.Model.AppBundle{
  bundleLocation: GoogleApi.Testing.V1.Model.FileReference.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.