UserReview
public protocol UserReview
UserReview protocol
-
The number of reviews.
Declaration
Swift
var reviewCount: Int? -
The number of images.
Declaration
Swift
var imageCount: Int? -
The overall rating.
Declaration
Swift
var overallRating: Float? -
The max rating.
Declaration
Swift
var maxRating: Float?
UserReview Protocol Reference