Class DynamicLinkStats
Analytics stats of a Dynamic Link for a given timeframe.
Implements
Inherited Members
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> |