Share via


TrainProjectResponse type

Contiene i dati di risposta per l'operazione trainProject.

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