Delen via


CommitmentPlansGetResponse type

Bevat antwoordgegevens voor de get-bewerking.

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