Interface: IRequest
Properties of a Request.
Implemented by
Properties
completionCallbacks
• Optional completionCallbacks: null | ICallback[]
Callbacks to be called by the server when this update reaches a terminal state.
input
• Optional input: null | IInput
Request input
links
• Optional links: null | ILink[]
Links to be associated with this update.
meta
• Optional meta: null | IMeta
Request meta
requestId
• Optional requestId: null | string
The request ID of the request.