ReviewIdentity
public struct ReviewIdentity : IdentityResource, Hashable
A root object that stores information about a user identity resource.
-
Declaration
Swift
public var id: String
-
Declaration
Swift
public var type: String
-
Declaration
Swift
public var href: String
-
Declaration
Swift
public static func == (lhs: ReviewIdentity, rhs: ReviewIdentity) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)