Delen via


ReviewsGetReviewResponse type

Bevat antwoordgegevens voor de getReview-bewerking.

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