OperationsListNextResponse type
Berisi data respons untuk operasi listNext.
type OperationsListNextResponse = OperationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationListResult
}
}