Review
public class Review : IdentityResource, Hashable
A root object that stores information about a review resource.
-
Declaration
Swift
public let id: String
-
Declaration
Swift
public let type: String
-
Declaration
Swift
public let href: String
-
The attributes belonging to the show.
Declaration
Swift
public var attributes: Review.Attributes
-
The relationships belonging to the show.
Declaration
Swift
public let relationships: Review.Relationships?
-
Declaration
Swift
public static func == (lhs: Review, rhs: Review) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)
-
A root object that stores information about a single review, such as the review’s score, and description.
See moreDeclaration
Swift
public struct Attributes : Codable
-
A root object that stores information about review relationships, such as the user that belong to it.
See moreDeclaration
Swift
public struct Relationships : Codable