Class GoogleFirebaseFcmDataV1beta1Data
Data detailing messaging delivery
Implements
Inherited Members
Namespace: Google.Apis.Fcmdata.v1beta1.Data
Assembly: Google.Apis.Fcmdata.v1beta1.dll
Syntax
public class GoogleFirebaseFcmDataV1beta1Data : IDirectResponseSchema
Properties
CountMessagesAccepted
Count of messages accepted by FCM intended for Android devices. The targeted device must have opted in to the collection of usage and diagnostic information.
Declaration
[JsonProperty("countMessagesAccepted")]
public virtual long? CountMessagesAccepted { get; set; }
Property Value
Type | Description |
---|---|
long? |
CountNotificationsAccepted
Count of notifications accepted by FCM intended for Android devices. The targeted device must have opted in to the collection of usage and diagnostic information.
Declaration
[JsonProperty("countNotificationsAccepted")]
public virtual long? CountNotificationsAccepted { get; set; }
Property Value
Type | Description |
---|---|
long? |
DeliveryPerformancePercents
Additional information about delivery performance for messages that were successfully delivered.
Declaration
[JsonProperty("deliveryPerformancePercents")]
public virtual GoogleFirebaseFcmDataV1beta1DeliveryPerformancePercents DeliveryPerformancePercents { get; set; }
Property Value
Type | Description |
---|---|
GoogleFirebaseFcmDataV1beta1DeliveryPerformancePercents |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MessageInsightPercents
Additional general insights about message delivery.
Declaration
[JsonProperty("messageInsightPercents")]
public virtual GoogleFirebaseFcmDataV1beta1MessageInsightPercents MessageInsightPercents { get; set; }
Property Value
Type | Description |
---|---|
GoogleFirebaseFcmDataV1beta1MessageInsightPercents |
MessageOutcomePercents
Mutually exclusive breakdown of message delivery outcomes.
Declaration
[JsonProperty("messageOutcomePercents")]
public virtual GoogleFirebaseFcmDataV1beta1MessageOutcomePercents MessageOutcomePercents { get; set; }
Property Value
Type | Description |
---|---|
GoogleFirebaseFcmDataV1beta1MessageOutcomePercents |
ProxyNotificationInsightPercents
Additional insights about proxy notification delivery.
Declaration
[JsonProperty("proxyNotificationInsightPercents")]
public virtual GoogleFirebaseFcmDataV1beta1ProxyNotificationInsightPercents ProxyNotificationInsightPercents { get; set; }
Property Value
Type | Description |
---|---|
GoogleFirebaseFcmDataV1beta1ProxyNotificationInsightPercents |