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

Response to create a short Dynamic Link.

Attributes

  • managedShortLink (type: GoogleApi.FirebaseDynamicLinks.V1.Model.ManagedShortLink.t, default: nil) - Short Dynamic Link value. e.g. https://abcd.app.goo.gl/wxyz
  • previewLink (type: String.t, default: nil) - Preview link to show the link flow chart. (debug info.)
  • 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

Specs

t() :: %GoogleApi.FirebaseDynamicLinks.V1.Model.CreateManagedShortLinkResponse{
  managedShortLink:
    GoogleApi.FirebaseDynamicLinks.V1.Model.ManagedShortLink.t(),
  previewLink: String.t(),
  warning: [GoogleApi.FirebaseDynamicLinks.V1.Model.DynamicLinkWarning.t()]
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.