Share via


GetIterationResponse type

Contains response data for the getIteration operation.

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