GoogleApi.FCMData.V1beta1.Model.GoogleFirebaseFcmDataV1beta1AndroidDeliveryData (google_api_fcm_data v0.2.0) View Source
Message delivery data for a given date, app, and analytics label combination.
Attributes
-
analyticsLabel(type:String.t, default:nil) - The analytics label associated with the messages sent. All messages sent without an analytics label will be grouped together in a single entry. -
appId(type:String.t, default:nil) - The app ID to which the messages were sent. -
data(type:GoogleApi.FCMData.V1beta1.Model.GoogleFirebaseFcmDataV1beta1Data.t, default:nil) - The data for the specified appId, date, and analyticsLabel. -
date(type:GoogleApi.FCMData.V1beta1.Model.GoogleTypeDate.t, default:nil) - The date represented by this entry.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.FCMData.V1beta1.Model.GoogleFirebaseFcmDataV1beta1AndroidDeliveryData{
analyticsLabel: String.t() | nil,
appId: String.t() | nil,
data:
GoogleApi.FCMData.V1beta1.Model.GoogleFirebaseFcmDataV1beta1Data.t() | nil,
date: GoogleApi.FCMData.V1beta1.Model.GoogleTypeDate.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.