View Source GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesAndroidAppInfoDelta (google_api_content_warehouse v0.4.0)

The change of AndroidAppInfo, e.g. app installation or deletion for incremental delta app info upload.

Attributes

  • androidAppInfo (type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesAndroidAppInfo.t, default: nil) - The android app information of the provider. Like, Spotify.
  • lastUpdateTimestamp (type: DateTime.t, default: nil) - The client-side timestamp in millis when the app is last updated, installed or deleted.
  • updateType (type: String.t, default: nil) - App is installed or deleted.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesAndroidAppInfoDelta{
    androidAppInfo:
      GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesAndroidAppInfo.t()
      | nil,
    lastUpdateTimestamp: DateTime.t() | nil,
    updateType: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.