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

Link to this type

t()

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

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.