PCFUserReview

public struct PCFUserReview: UserReview, Decodable

PCFUserReview model

  • The number of reviews.

    Declaration

    Swift

    public let reviewCount: Int?
  • The number of images.

    Declaration

    Swift

    public let imageCount: Int?
  • The overall rating.

    Declaration

    Swift

    public let overallRating: Float?
  • The max rating.

    Declaration

    Swift

    public let maxRating: Float?
  • The max rating.

    Declaration

    Swift

    public init?(json: JSON)

    Parameters

    json

    JSON representation of object.

    Return Value

    New instance when JSON parsing successful, false otherwise.