All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.edurt.datacap.notify.model.NotifyResponse.kt Maven / Gradle / Ivy

package io.edurt.datacap.notify.model

class NotifyResponse
{
    var successful: Boolean = false
    var message: String? = null

    override fun toString(): String
    {
        return "NotifyResponse(successful=$successful, message=$message)"
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy