AssistantApiCoreTypesAndroidAppInfoDelta

GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesAndroidAppInfoDelta


Table of Contents ▼

Jump to a specific part of the page:

Description

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

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesAndroidAppInfoDelta