GoogleApi.Testing.V1.Model.ApkManifest (google_api_testing v0.34.0)

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.
  • metadata (type: list(GoogleApi.Testing.V1.Model.Metadata.t), default: nil) - Meta-data tags defined in the manifest.
  • 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".
  • services (type: list(GoogleApi.Testing.V1.Model.Service.t), default: nil) - Services contained in the tag.
  • targetSdkVersion (type: integer(), default: nil) - Specifies the API Level on which the application is designed to run.
  • usesFeature (type: list(GoogleApi.Testing.V1.Model.UsesFeature.t), default: nil) - Feature usage tags defined in the manifest.
  • usesPermission (type: list(String.t), default: nil) -
  • usesPermissionTags (type: list(GoogleApi.Testing.V1.Model.UsesPermissionTag.t), default: nil) - Permissions declared to be used by the application
  • versionCode (type: String.t, default: nil) - Version number used internally by the app.
  • versionName (type: String.t, default: nil) - Version number shown to users.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Testing.V1.Model.ApkManifest{
  applicationLabel: String.t() | nil,
  intentFilters: [GoogleApi.Testing.V1.Model.IntentFilter.t()] | nil,
  maxSdkVersion: integer() | nil,
  metadata: [GoogleApi.Testing.V1.Model.Metadata.t()] | nil,
  minSdkVersion: integer() | nil,
  packageName: String.t() | nil,
  services: [GoogleApi.Testing.V1.Model.Service.t()] | nil,
  targetSdkVersion: integer() | nil,
  usesFeature: [GoogleApi.Testing.V1.Model.UsesFeature.t()] | nil,
  usesPermission: [String.t()] | nil,
  usesPermissionTags: [GoogleApi.Testing.V1.Model.UsesPermissionTag.t()] | nil,
  versionCode: String.t() | nil,
  versionName: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.