Delen via


CommitmentAssociationsMoveResponse type

Bevat antwoordgegevens voor de verplaatsingsbewerking.

type CommitmentAssociationsMoveResponse = CommitmentAssociation & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: CommitmentAssociation
  }
}