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