Show / Hide Table of Contents

Class GoogleFirebaseFcmDataV1beta1MessageInsightPercents

Additional information about message delivery. All percentages are calculated with countMessagesAccepted as the denominator.

Inheritance
object
GoogleFirebaseFcmDataV1beta1MessageInsightPercents
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 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX