google_api_firebase_dynamic_links v0.9.0 GoogleApi.FirebaseDynamicLinks.V1.Model.CreateShortDynamicLinkResponse View Source

Response to create a short Dynamic Link.

Attributes

  • previewLink (type: String.t, default: nil) - Preview link to show the link flow chart. (debug info.)
  • shortLink (type: String.t, default: nil) - Short Dynamic Link value. e.g. https://abcd.app.goo.gl/wxyz
  • warning (type: list(GoogleApi.FirebaseDynamicLinks.V1.Model.DynamicLinkWarning.t), default: nil) - Information about potential warnings on link creation.

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.CreateShortDynamicLinkResponse{
  previewLink: String.t(),
  shortLink: String.t(),
  warning: [GoogleApi.FirebaseDynamicLinks.V1.Model.DynamicLinkWarning.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.