ReviewsGetReviewResponse type

Contains response data for the getReview operation.

type ReviewsGetReviewResponse = Review & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Review }
}