View Source GoogleApi.FCMData.V1beta1.Model.GoogleFirebaseFcmDataV1beta1ListAndroidDeliveryDataResponse (google_api_fcm_data v0.2.4)
Response message for ListAndroidDeliveryData.
Attributes
-
androidDeliveryData
(type:list(GoogleApi.FCMData.V1beta1.Model.GoogleFirebaseFcmDataV1beta1AndroidDeliveryData.t)
, default:nil
) - The delivery data for the provided app. There will be one entry per combination of app, date, and analytics label. -
nextPageToken
(type:String.t
, default:nil
) - A token, which can be sent aspage_token
to retrieve the next page. If this field is omitted, there are no subsequent pages.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.FCMData.V1beta1.Model.GoogleFirebaseFcmDataV1beta1ListAndroidDeliveryDataResponse{ androidDeliveryData: [ GoogleApi.FCMData.V1beta1.Model.GoogleFirebaseFcmDataV1beta1AndroidDeliveryData.t() ] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.