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

payload.response.common.Review.kt Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package payload.response.common

import java.util.*

data class Review private constructor(
	val review_type: Int,
	val text: String,
	val hidden: Boolean,
	val date: Date,
	val user_from: User? = null, //null if own_review
	val id: String? = null //null if not own_review
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy