Result.registrationId

Optional string specifying the canonical registration token for the client app that the message was processed and sent to. Sender should use this value as the registration token for future requests. Otherwise, the messages might be rejected.

Optional

struct Result
@serializationIgnoreIn
@serializationKeys("registration_id")
string registrationId;

Meta