CommitmentPlansPatchResponse type

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

type CommitmentPlansPatchResponse = CommitmentPlan & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: CommitmentPlan
  }
}