Delen via


CommitmentAssociationsListResponse type

Bevat antwoordgegevens voor de lijstbewerking.

type CommitmentAssociationsListResponse = CommitmentAssociationListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: CommitmentAssociationListResult
  }
}