View Source GoogleApi.FirebaseDynamicLinks.V1.Model.SocialMetaTagInfo (google_api_firebase_dynamic_links v0.15.2)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.FirebaseDynamicLinks.V1.Model.SocialMetaTagInfo{
  socialDescription: String.t() | nil,
  socialImageLink: String.t() | nil,
  socialTitle: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.