Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceEndpointRequestResult

Hierarchy

  • ServiceEndpointRequestResult

Index

Properties

Optional callbackContextParameters

callbackContextParameters: object

Gets or sets the parameters used to make subsequent calls to the data source

Type declaration

  • [key: string]: string

Optional callbackRequired

callbackRequired: boolean

Gets or sets the flat that decides if another call to the data source is to be made

Optional errorMessage

errorMessage: string

Gets or sets the error message of the service endpoint request result.

Optional result

result: JToken

Gets or sets the result of service endpoint request.

Generated using TypeDoc