CommitmentAssociationsListResponse type
Содержит данные ответа для операции списка.
type CommitmentAssociationsListResponse = CommitmentAssociationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CommitmentAssociationListResult
}
}