OperationStatusPropertiesResponse

data class OperationStatusPropertiesResponse(val id: String, val message: String, val status: String)

Operation status associated with the last patch request

Constructors

Link copied to clipboard
constructor(id: String, message: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Operation status ID of the last patch request for this connection.

Link copied to clipboard

Message for the operation for the last patch request for this connection.

Link copied to clipboard

Operation status for the last patch request for this connection.