Bagikan melalui


SolutionsGetResponse type

Berisi data respons untuk operasi get.

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