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

Parameters for social meta tag params. Used to set meta tag data for link previews on social sites.

Attributes

  • socialDescription (type: String.t, default: nil) - A short description of the link. Optional.
  • socialImageLink (type: String.t, default: nil) - An image url string. Optional.
  • socialTitle (type: String.t, default: nil) - Title to be displayed. Optional.

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.SocialMetaTagInfo{
  socialDescription: String.t(),
  socialImageLink: String.t(),
  socialTitle: String.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.