Class SocialMetaTagInfo
Parameters for social meta tag params. Used to set meta tag data for link previews on social sites.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseDynamicLinks.v1.Data
Assembly: Google.Apis.FirebaseDynamicLinks.v1.dll
Syntax
public class SocialMetaTagInfo : IDirectResponseSchemaProperties
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 |