Voting helps other researchers find interesting modules.
Used to describe app capabilities of the device installed apps reported to the server.
allowlistedForMediaFulfillment
boolean()
nil
appIntegrationsSettings
GoogleApi.ContentWarehouse.V1.Model.AssistantApiAppIntegrationsSettings.t
disabledSystemApp
provider
GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesProvider.t
routableToProviderCloud
searchableOnDevice
searchableOnServer
supports3pPodcastPlayback
supportsScreenlessInitiation
whitelistedForAnnotation
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiAppCapabilities{ allowlistedForMediaFulfillment: boolean() | nil, appIntegrationsSettings: GoogleApi.ContentWarehouse.V1.Model.AssistantApiAppIntegrationsSettings.t() | nil, disabledSystemApp: boolean() | nil, provider: GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesProvider.t() | nil, routableToProviderCloud: boolean() | nil, searchableOnDevice: boolean() | nil, searchableOnServer: boolean() | nil, supports3pPodcastPlayback: boolean() | nil, supportsScreenlessInitiation: boolean() | nil, whitelistedForAnnotation: boolean() | nil }
@spec decode(struct(), keyword()) :: struct()