Condividi tramite


ProductsGetProductsResponse type

Contiene i dati di risposta per l'operazione getProducts.

type ProductsGetProductsResponse = ProductList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ProductList
  }
}