Voting helps other researchers find interesting modules.
Deep-linking data is used to construct a deep-link URI for an activity or frame's embed, such that on click, the user is taken to the right place in a mobile app. If the app is not installed, the user is taken to the app store. If not on mobile, an analogous web uri is used.
appId
String.t
nil
client
list(GoogleApi.ContentWarehouse.V1.Model.EmbedsPackagingServiceClient.t)
deepLinkId
url
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.EmbedsDeepLinkData{ appId: String.t() | nil, client: [GoogleApi.ContentWarehouse.V1.Model.EmbedsPackagingServiceClient.t()] | nil, deepLinkId: String.t() | nil, url: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()