Skip to main content

Interface: IRequest

update.v1.IRequest

Properties of a Request.

Hierarchy

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

$Properties.input


Optional links: null | $Properties[]

Links to be associated with this update.

Inherited from

$Properties.links


meta

Optional meta: null | $Properties

Request meta

Inherited from

$Properties.meta


requestId

Optional requestId: null | string

The request ID of the request.

Inherited from

$Properties.requestId