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

Request to create a 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.
  • 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.CreateShortDynamicLinkRequest{
  dynamicLinkInfo: GoogleApi.FirebaseDynamicLinks.V1.Model.DynamicLinkInfo.t(),
  longDynamicLink: 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.