Review
@Serializable
Constructors
Link copied to clipboard
constructor(id: Int, userId: Int? = null, mediaId: Int? = null, mediaType: MediaType? = null, summary: String? = null, body: String? = null, rating: Int? = null, ratingAmount: Int? = null, userRating: Review.ReviewRating? = null, score: Int? = null, private: Boolean? = null, siteUrl: String? = null, createdAt: Int? = null, updatedAt: Int? = null, user: AnilistUser? = null, media: Media? = null)