Bagikan melalui


ProductsGetResponse type

Berisi data respons untuk operasi get.

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