OperationStatusResponse

data class OperationStatusResponse(val code: String? = null, val message: String? = null)

A status describing the success/failure of the extension's enablement/disablement operation.

Constructors

Link copied to clipboard
constructor(code: String? = null, message: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: String? = null

The operation status code.

Link copied to clipboard
val message: String? = null

Additional information regarding the success/failure of the operation.