View Source GoogleApi.ToolResults.V1beta3.Model.AndroidAppInfo (google_api_tool_results v0.33.0)

Android app information.

Attributes

  • name (type: String.t, default: nil) - The name of the app. Optional
  • packageName (type: String.t, default: nil) - The package name of the app. Required.
  • versionCode (type: String.t, default: nil) - The internal version code of the app. Optional.
  • versionName (type: String.t, default: nil) - The version name of the app. Optional.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ToolResults.V1beta3.Model.AndroidAppInfo{
  name: String.t() | nil,
  packageName: String.t() | nil,
  versionCode: String.t() | nil,
  versionName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.