Class GoogleFirebaseFcmDataV1beta1MessageInsightPercents
Additional information about message delivery. All percentages are calculated with countMessagesAccepted as the denominator.
Implements
Inherited Members
Namespace: Google.Apis.Fcmdata.v1beta1.Data
Assembly: Google.Apis.Fcmdata.v1beta1.dll
Syntax
public class GoogleFirebaseFcmDataV1beta1MessageInsightPercents : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PriorityLowered
The percentage of accepted messages that had their priority lowered from high to normal. See documentation for setting message priority.
Declaration
[JsonProperty("priorityLowered")]
public virtual float? PriorityLowered { get; set; }
Property Value
Type | Description |
---|---|
float? |