ProductsGetResponse type

A lekérési művelet válaszadatait tartalmazza.

type ProductsGetResponse = Product & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Product }
}