CommitmentAssociationsMoveResponse type

Contiene i dati di risposta per l'operazione di spostamento.

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