DeployFeedbackRequestResult

data class DeployFeedbackRequestResult(    val success: Boolean,     val id: String,     val closeAction: Boolean) : UFServiceMessageV1.Event

The result of the deployment feedback request sent to the server

Constructors

Link copied to clipboard
fun DeployFeedbackRequestResult(    success: Boolean,     id: String,     closeAction: Boolean)

Functions

Link copied to clipboard
open override fun toJson(): String

Properties

Link copied to clipboard
val closeAction: Boolean

, true if the feedback request execution status is Execution.closed, false otherwise

Link copied to clipboard
open override val description: String

Message description

Link copied to clipboard
val id: String

, action id of the update

Link copied to clipboard
open override val name: UFServiceMessageV1.MessageName

Message type

Link copied to clipboard
val success: Boolean

, true if the request has been successful, false otherwise