google_api_firebase_dynamic_links v0.2.0 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 (String.t): APP bundle ID. Defaults to: null.
  • requestedLink (String.t): 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> Defaults to: null.
  • sdkVersion (String.t): Google SDK version. Version takes the form "$major.$minor.$patch" Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.FirebaseDynamicLinks.V1.Model.GetIosReopenAttributionRequest{
  bundleId: any(),
  requestedLink: any(),
  sdkVersion: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.