Notification Properties Response
data class NotificationPropertiesResponse(val message: String? = null, val subject: String, val to: List<String>)
The properties of the scheduled action notification.
The properties of the scheduled action notification.