Show / Hide Table of Contents

Class SocialMetaTagInfo

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

Inheritance
object
SocialMetaTagInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseDynamicLinks.v1.Data
Assembly: Google.Apis.FirebaseDynamicLinks.v1.dll
Syntax
public class SocialMetaTagInfo : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SocialDescription

A short description of the link. Optional.

Declaration
[JsonProperty("socialDescription")]
public virtual string SocialDescription { get; set; }
Property Value
Type Description
string

SocialImageLink

An image url string. Optional.

Declaration
[JsonProperty("socialImageLink")]
public virtual string SocialImageLink { get; set; }
Property Value
Type Description
string

SocialTitle

Title to be displayed. Optional.

Declaration
[JsonProperty("socialTitle")]
public virtual string SocialTitle { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX