class Google::Apis::FcmdataV1beta1::GoogleFirebaseFcmDataV1beta1MessageInsightPercents

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

Attributes

priority_lowered[RW]

The percentage of accepted messages that had their priority lowered from high to normal due to [app standby buckets](firebase.google.com/docs/cloud- messaging/concept-options#setting-the-priority-of-a-message). Corresponds to the JSON property `priorityLowered` @return [Float]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/fcmdata_v1beta1/classes.rb, line 214
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/fcmdata_v1beta1/classes.rb, line 219
def update!(**args)
  @priority_lowered = args[:priority_lowered] if args.key?(:priority_lowered)
end