GetTaskPushNotificationRequest
data class GetTaskPushNotificationRequest(val jsonrpc: String = "2.0", val id: RequestId? = null, val method: String = "tasks/pushNotificationConfig/get", val params: TaskIdParams) : A2ARequest(source)
Constructors
Link copied to clipboard
constructor(jsonrpc: String = "2.0", id: RequestId? = null, method: String = "tasks/pushNotificationConfig/get", params: TaskIdParams)