Sdílet prostřednictvím


CommitmentPlansGetResponse type

Obsahuje data odpovědí pro operaci get.

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