Поделиться через


GetIterationResponse type

Содержит данные ответа для операции getIteration.

type GetIterationResponse = Iteration & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Iteration }
}