View Source GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesProviderDelta (google_api_content_warehouse v0.4.0)
ProviderDelta. The incremental change, e.g. installation or deletion for Spotify or iHeartRadio. Currently it is for Android only. A few considerations for edge cases: - If the app being deleted is not found from Footprints, it is ignored. - For Footprint upload through Geller, the gPRC response is available for client to retry in the next upload if the upload fails. - For Assistant Request, there is no upload status similar to the current AppCapabilities. Next ID: 4
Attributes
-
androidAppInfoDelta
(type:GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesAndroidAppInfoDelta.t
, default:nil
) - The android app information of the provider. -
fallbackUrl
(type:String.t
, default:nil
) - A URL to fallback to if app can not be opened. -
iconImageUrl
(type:String.t
, default:nil
) - Public URL pointing to an icon image for the provider. e.g. https://lh3.googleusercontent.com/UrY7BAZ-XfXGpfkeWg0zCCeo-7ras4DCoRalC_WXXWTK9q5b0Iw7B0YQMsVxZaNB7DM
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesProviderDelta{ androidAppInfoDelta: GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesAndroidAppInfoDelta.t() | nil, fallbackUrl: String.t() | nil, iconImageUrl: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.