Dela via


SolutionsGetResponse type

Innehåller svarsdata för get-åtgärden.

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