ReviewsCreateReviewsResponse type
Contains response data for the createReviews operation.
type ReviewsCreateReviewsResponse = string[] & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string[] }
}