Compartir a través de


SolutionsBeginUpdateResponse type

Contiene datos de respuesta para la operación beginUpdate.

type SolutionsBeginUpdateResponse = Solution & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Solution }
}