CommitmentAssociationsGetResponse type
Bevat antwoordgegevens voor de get-bewerking.
type CommitmentAssociationsGetResponse = CommitmentAssociation & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CommitmentAssociation
}
}