Optional
asasHtml
is a boolean that determines if the review is in HTML format.
body
is the body of the review.
id
is the ID of the review.
mediaId
is the ID of the media.
private
is a boolean that determines if the review is private.
score
is the score of the review.
summary
is the summary of the review.
SaveReviewVariables
is an interface that contains the variables that are required to save a review. It includes the review ID, media ID, body, summary, score, and private status.