Interface: IRequest
Properties of a Request.
Hierarchy
-
↳
IRequest
Properties
completionCallbacks
• Optional completionCallbacks: null | $Properties[]
Callbacks to be called by the server when this update reaches a terminal state.
Inherited from
$Properties.completionCallbacks
input
• Optional input: null | $Properties
Request input
Inherited from
links
• Optional links: null | $Properties[]
Links to be associated with this update.
Inherited from
meta
• Optional meta: null | $Properties
Request meta
Inherited from
requestId
• Optional requestId: null | string
The request ID of the request.