DeployFeedbackRequestResult
data class DeployFeedbackRequestResult( val success: Boolean, val id: String, val closeAction: Boolean) : UFServiceMessageV1.Event
Content copied to clipboard
The result of the deployment feedback request sent to the server
Constructors
Link copied to clipboard
fun DeployFeedbackRequestResult( success: Boolean, id: String, closeAction: Boolean)
Content copied to clipboard