google_api_firebase_dynamic_links v0.5.0 GoogleApi.FirebaseDynamicLinks.V1.Model.CreateManagedShortLinkRequest View Source

Request to create a managed Short Dynamic Link.

Attributes

  • dynamicLinkInfo (DynamicLinkInfo): Information about the Dynamic Link to be shortened. Learn more. Defaults to: null.
  • longDynamicLink (String.t): Full long Dynamic Link URL with desired query parameters specified. For example, "https://sample.app.goo.gl/?link=http://www.google.com&apn=com.sample", Learn more. Defaults to: null.
  • name (String.t): Link name to associate with the link. It's used for marketer to identify manually-created links in the Firebase console (https://console.firebase.google.com/). Links must be named to be tracked. Defaults to: null.
  • sdkVersion (String.t): Google SDK version. Version takes the form "$major.$minor.$patch" Defaults to: null.
  • suffix (Suffix): Short Dynamic Link suffix. Optional. 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.CreateManagedShortLinkRequest{
  dynamicLinkInfo: GoogleApi.FirebaseDynamicLinks.V1.Model.DynamicLinkInfo.t(),
  longDynamicLink: any(),
  name: any(),
  sdkVersion: any(),
  suffix: GoogleApi.FirebaseDynamicLinks.V1.Model.Suffix.t()
}

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.