All Downloads are FREE. Search and download functionalities are using the official Maven repository.

payload.response.Reviews.kt Maven / Gradle / Ivy

package payload.response

import payload.response.common.Review
import payload.response.common.Self

data class Reviews private constructor(
	val reviews: List,
	val total_review_count: Int,
	val own_review: Review?,
	val user: Self
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy