ProductsUploadLogResponse type
Contains response data for the uploadLog operation.
type ProductsUploadLogResponse = ProductLog & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ProductLog
}
}