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


GetIterationsResponse type

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

type GetIterationsResponse = Iteration[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: Iteration[]
  }
}