ReviewsCreateVideoReviewsResponse type

createVideoReviews 操作の応答データを格納します。

type ReviewsCreateVideoReviewsResponse = string[] & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string[] }
}