Voting helps other researchers find interesting modules.
The change of AndroidAppInfo, e.g. app installation or deletion for incremental delta app info upload.
androidAppInfo
GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesAndroidAppInfo.t
nil
lastUpdateTimestamp
DateTime.t
updateType
String.t
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesAndroidAppInfoDelta{ androidAppInfo: GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesAndroidAppInfo.t() | nil, lastUpdateTimestamp: DateTime.t() | nil, updateType: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()