google_api_fcm v0.4.0 GoogleApi.FCM.V1.Model.SendMessageRequest View Source
Request to send a message to specified target.
Attributes
message
(type:GoogleApi.FCM.V1.Model.Message.t
, default:nil
) - Required. Message to send.validateOnly
(type:boolean()
, default:nil
) - Flag for testing the request without actually delivering the message.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.FCM.V1.Model.SendMessageRequest{ message: GoogleApi.FCM.V1.Model.Message.t(), validateOnly: boolean() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.