google_api_firebase_dynamic_links v0.2.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 (String.t): A short description of the link. Optional. Defaults to: null.
  • socialImageLink (String.t): An image url string. Optional. Defaults to: null.
  • socialTitle (String.t): Title to be displayed. 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.SocialMetaTagInfo{
  socialDescription: any(),
  socialImageLink: any(),
  socialTitle: any()
}

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.