Values.PushMessageTemplateContentSourceThe content of the message template that applies to the push channel subtype.
type nonrec t = {adm : PushADMMessageTemplateContent.t option;The content of the message template that applies to ADM (Amazon Device Messaging) notification service.
*)apns : PushAPNSMessageTemplateContent.t option;The content of the message template that applies to APNS(Apple Push Notification service) notification service.
*)fcm : PushFCMMessageTemplateContent.t option;The content of the message template that applies to FCM (Firebase Cloud Messaging) notification service.
*)baidu : PushBaiduMessageTemplateContent.t option;The content of the message template that applies to Baidu notification service.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of NonEmptyUnlimitedString.t
| `Structure of
(string * [> `String of NonEmptyUnlimitedString.t ]) list ])
list ])
list ]