Share via


UpdateIterationResponse type

updateIteration 操作の応答データが含まれます。

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