SetTaskPushNotificationResponse

data class SetTaskPushNotificationResponse(val jsonrpc: String = "2.0", var id: RequestId? = null, val result: TaskPushNotificationConfig? = null, val error: JSONRPCError? = null)(source)

Constructors

Link copied to clipboard
constructor(jsonrpc: String = "2.0", id: RequestId? = null, result: TaskPushNotificationConfig? = null, error: JSONRPCError? = null)

Properties

Link copied to clipboard
@SerialName(value = "error")
val error: JSONRPCError?
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "jsonrpc")
val jsonrpc: String
Link copied to clipboard