Show / Hide Table of Contents

Class DynamicLinkEventStat

Dynamic Link event stat.

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

Properties

Count

The number of times this event occurred.

Declaration
[JsonProperty("count")]
public virtual long? Count { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

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

Event__

Link event.

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

Platform

Requested platform.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX