FCMRequest.to

This parameter specifies the recipient of a message.

The value must be a registration token, notification key, or topic. Do not set this field when sending to multiple topics. See condition.

struct FCMRequest
@serializationIgnoreOut
@serializationKeys("to")
Nullable!string to;

Meta