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
System.Object
SocialMetaTagInfo
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.String

SocialDescription

A short description of the link. Optional.

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

SocialImageLink

An image url string. Optional.

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

SocialTitle

Title to be displayed. Optional.

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

Implements

IDirectResponseSchema
Back to top