CommitmentPlansListNextResponse type
Bevat antwoordgegevens voor de listNext-bewerking.
type CommitmentPlansListNextResponse = CommitmentPlanListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CommitmentPlanListResult
}
}