Reviews

Reviews

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
@get:JvmName(name = "aggregateRatings")
val aggregateRatings: List<Map<String, String>>? = null
Link copied to clipboard
@get:JvmName(name = "recentReviews")
val recentReviews: List<RecentReview>? = null
Link copied to clipboard
@get:JvmName(name = "topReviews")
val topReviews: List<TopReview>? = null
Link copied to clipboard
@get:JvmName(name = "totalAverageRatings")
val totalAverageRatings: Float? = null