ProductsGetProductsResponse type
Obsahuje data odpovědí pro operaci getProducts.
type ProductsGetProductsResponse = ProductList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ProductList
}
}