共用方式為


OperationsList1NextResponse type

包含 list1Next 作業的回應資料。

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