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

Used to describe the incremental change of app capabilities of the device installed apps reported to the server.

Attributes

  • appIntegrationsSettings (type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiAppIntegrationsSettings.t, default: nil) - Currently unused. Will be used in the future when integrating with incremental app capabilities.
  • providerDelta (type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesProviderDelta.t, default: nil) - The installed app of the provider.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiAppCapabilitiesDelta{
  appIntegrationsSettings:
    GoogleApi.ContentWarehouse.V1.Model.AssistantApiAppIntegrationsSettings.t()
    | nil,
  providerDelta:
    GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesProviderDelta.t()
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.