CommitmentPlansPatchResponse type
Obsahuje data odpovědí pro operaci opravy.
type CommitmentPlansPatchResponse = CommitmentPlan & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CommitmentPlan
}
}