Sdílet prostřednictvím


SolutionsGetResponse type

Obsahuje data odpovědí pro operaci get.

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