UpdateIterationResponse type

Contains response data for the updateIteration operation.

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