GoogleApi.FCMData.V1beta1.Model.GoogleFirebaseFcmDataV1beta1ListAndroidDeliveryDataResponse (google_api_fcm_data v0.2.0) View Source
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_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.
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.GoogleFirebaseFcmDataV1beta1ListAndroidDeliveryDataResponse{
androidDeliveryData:
[
GoogleApi.FCMData.V1beta1.Model.GoogleFirebaseFcmDataV1beta1AndroidDeliveryData.t()
]
| nil,
nextPageToken: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.