View Source GoogleApi.FCMData.V1beta1.Model.GoogleFirebaseFcmDataV1beta1AndroidDeliveryData (google_api_fcm_data v0.2.4)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type 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
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.