Voting helps other researchers find interesting modules.
The android app information of the provider. Like, Spotify. Next ID: 17
accountType
String.t
nil
activityInfo
GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesAndroidAppInfoActivityInfo.t
androidIntent
appUniqueId
appVersion
integer()
dataMimetype
isBroadcastIntent
boolean()
isDefault
localizedAppName
longVersionCode
mimetype
packageName
providerType
shortcutId
targetClass
versionName
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesAndroidAppInfo{ accountType: String.t() | nil, activityInfo: GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesAndroidAppInfoActivityInfo.t() | nil, androidIntent: String.t() | nil, appUniqueId: String.t() | nil, appVersion: integer() | nil, dataMimetype: String.t() | nil, isBroadcastIntent: boolean() | nil, isDefault: boolean() | nil, localizedAppName: String.t() | nil, longVersionCode: String.t() | nil, mimetype: String.t() | nil, packageName: String.t() | nil, providerType: String.t() | nil, shortcutId: String.t() | nil, targetClass: String.t() | nil, versionName: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()