Show / Hide Table of Contents

Class GoogleFirebaseFcmDataV1beta1AndroidDeliveryData

Message delivery data for a given date, app, and analytics label combination.

Inheritance
object
GoogleFirebaseFcmDataV1beta1AndroidDeliveryData
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.Fcmdata.v1beta1.Data
Assembly: Google.Apis.Fcmdata.v1beta1.dll
Syntax
public class GoogleFirebaseFcmDataV1beta1AndroidDeliveryData : IDirectResponseSchema

Properties

AnalyticsLabel

The analytics label associated with the messages sent. All messages sent without an analytics label will be grouped together in a single entry.

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

AppId

The app ID to which the messages were sent.

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

Data

The data for the specified appId, date, and analyticsLabel.

Declaration
[JsonProperty("data")]
public virtual GoogleFirebaseFcmDataV1beta1Data Data { get; set; }
Property Value
Type Description
GoogleFirebaseFcmDataV1beta1Data

Date

The date represented by this entry.

Declaration
[JsonProperty("date")]
public virtual GoogleTypeDate Date { get; set; }
Property Value
Type Description
GoogleTypeDate

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX