Show / Hide Table of Contents

Class DynamicLinkEventStat

Dynamic Link event stat.

Inheritance
System.Object
DynamicLinkEventStat
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 DynamicLinkEventStat : IDirectResponseSchema

Properties

Count

The number of times this event occurred.

Declaration
[JsonProperty("count")]
public virtual long? Count { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

ETag

The ETag of the item.

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

Event__

Link event.

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

Platform

Requested platform.

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

Implements

IDirectResponseSchema
Back to top