google_api_firebase_dynamic_links v0.13.2 GoogleApi.FirebaseDynamicLinks.V1.Model.GetIosReopenAttributionRequest View Source

Request for iSDK to get reopen attribution for app universal link open deeplinking. This endpoint is meant for only iOS requests.

Attributes

  • bundleId (type: String.t, default: nil) - APP bundle ID.
  • requestedLink (type: String.t, default: nil) - FDL link to be verified from an app universal link open. The FDL link can be one of: 1) short FDL. e.g. <app_code>.page.link/<ddl_id>, or 2) long FDL. e.g. <app_code>.page.link/?{query params}, or 3) Invite FDL. e.g. <app_code>.page.link/i/<invite_id_or_alias>
  • sdkVersion (type: String.t, default: nil) - Google SDK version. Version takes the form "$major.$minor.$patch"

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.FirebaseDynamicLinks.V1.Model.GetIosReopenAttributionRequest{
  bundleId: String.t(),
  requestedLink: String.t(),
  sdkVersion: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.