مشاركة عبر


CommitmentPlansPatchResponse type

يحتوي على بيانات استجابة لعملية التصحيح.

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