UserNotification
public class UserNotification : IdentityResource, Hashable
A root object that stores information about a user notification resource.
-
Declaration
Swift
public let id: String
-
Declaration
Swift
public let type: String
-
Declaration
Swift
public let href: String
-
The attributes belonging to the user notification.
Declaration
Swift
public var attributes: UserNotification.Attributes
-
Declaration
Swift
public static func == (lhs: UserNotification, rhs: UserNotification) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)
-
A root object that stores information about a single user notification, such as the notification’s type, read status, and payload.
See moreDeclaration
Swift
public struct Attributes : Codable
-
A root object that stores information about user notification payload.
See moreDeclaration
Swift
public struct Payload : Codable