google_api_testing v0.20.0 GoogleApi.Testing.V1.Model.ApkManifest View Source

An Android app manifest. See http://developer.android.com/guide/topics/manifest/manifest-intro.html

Attributes

  • applicationLabel (type: String.t, default: nil) - User-readable name for the application.
  • intentFilters (type: list(GoogleApi.Testing.V1.Model.IntentFilter.t), default: nil) -
  • maxSdkVersion (type: integer(), default: nil) - Maximum API level on which the application is designed to run.
  • minSdkVersion (type: integer(), default: nil) - Minimum API level required for the application to run.
  • packageName (type: String.t, default: nil) - Full Java-style package name for this application, e.g. "com.example.foo".
  • targetSdkVersion (type: integer(), default: nil) - Specifies the API Level on which the application is designed to run.

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.ApkManifest{
  applicationLabel: String.t(),
  intentFilters: [GoogleApi.Testing.V1.Model.IntentFilter.t()],
  maxSdkVersion: integer(),
  minSdkVersion: integer(),
  packageName: String.t(),
  targetSdkVersion: integer()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.