Review

public class Review : IdentityResource, Hashable

A root object that stores information about a review resource.

Properties

Functions

  • 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 more

    Declaration

    Swift

    public struct Attributes : Codable
  • A root object that stores information about review relationships, such as the user that belong to it.

    See more

    Declaration

    Swift

    public struct Relationships : Codable