OperationsList1NextResponse type

Contains response data for the list1Next operation.

type OperationsList1NextResponse = OperationsListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: OperationsListResult
  }
}