FCMResponse.results

Array of objects representing the status of the messages processed. The objects are listed in the same order as the request (i.e., for each registration ID in the request, its result is listed in the same index in the response).

struct FCMResponse
@serializationIgnoreIn
@serializationKeys("results")
Result[] results;

Meta