CommitmentPlansPatchResponse type
Innehåller svarsdata för korrigeringsåtgärden.
type CommitmentPlansPatchResponse = CommitmentPlan & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CommitmentPlan
}
}