Share via


UpdateIterationResponse type

Contém dados de resposta para a operação updateIteration.

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