Show / Hide Table of Contents

Class DynamicLinkStats

Analytics stats of a Dynamic Link for a given timeframe.

Inheritance
object
DynamicLinkStats
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 DynamicLinkStats : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

LinkEventStats

Dynamic Link event stats.

Declaration
[JsonProperty("linkEventStats")]
public virtual IList<DynamicLinkEventStat> LinkEventStats { get; set; }
Property Value
Type Description
IList<DynamicLinkEventStat>

Warnings

Optional warnings associated this API request.

Declaration
[JsonProperty("warnings")]
public virtual IList<DynamicLinkWarning> Warnings { get; set; }
Property Value
Type Description
IList<DynamicLinkWarning>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX