Attributes
public struct Attributes : Codable
A root object that stores information about a single review, such as the review’s score, and description.
-
The score of the review.
Declaration
Swift
public let score: Double
-
The description of the review.
Declaration
Swift
public let description: String?
-
The creation date of the review.
Declaration
Swift
public let createdAt: Date