NotificationPolicy

@JsonClass(generateAdapter = true)
data class NotificationPolicy(@Json(name = "filters") val filters: Filters?, @Json(name = "send_notification") val sendNotification: Int?)

Constructors

Link copied to clipboard
constructor(@Json(name = "filters") filters: Filters?, @Json(name = "send_notification") sendNotification: Int?)

Properties

Link copied to clipboard
Link copied to clipboard