Condividi tramite


SolutionsGetResponse type

Contiene i dati di risposta per l'operazione get.

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