ProductsListDetailsResponse type

A listDetails művelet válaszadatait tartalmazza.

type ProductsListDetailsResponse = ExtendedProduct & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ExtendedProduct
  }
}