CommitmentAssociationsListNextResponse type
يحتوي على بيانات الاستجابة لعملية listNext.
type CommitmentAssociationsListNextResponse =
CommitmentAssociationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CommitmentAssociationListResult
}
}