ProductsGetProductsResponse type
Содержит данные ответа для операции getProducts.
type ProductsGetProductsResponse = ProductList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ProductList
}
}