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