Поделиться через


SolutionsGetResponse type

Содержит данные ответа для операции получения.

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