CommitmentPlansListResponse type
Bevat antwoordgegevens voor de lijstbewerking.
type CommitmentPlansListResponse = CommitmentPlanListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CommitmentPlanListResult
}
}