Delen via


ProductsGetProductResponse type

Bevat antwoordgegevens voor de getProduct-bewerking.

type ProductsGetProductResponse = Product & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Product }
}