مشاركة عبر


ProductsGetResponse type

يحتوي على بيانات استجابة لعملية الحصول على.

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