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


UpdateIterationResponse type

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

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