CommitmentAssociationsListNextResponse type
Innehåller svarsdata för listNästa åtgärden.
type CommitmentAssociationsListNextResponse =
CommitmentAssociationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CommitmentAssociationListResult
}
}