GetTaskPushNotificationResponse
data class GetTaskPushNotificationResponse(val jsonrpc: String = "2.0", val 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)