Delen via


CommitmentPlansPatchResponse type

Bevat antwoordgegevens voor de patchbewerking.

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