UserNotificationResponse
public struct UserNotificationResponse : Codable
A root object that stores information about a collection of user notifications.
-
The data included in the response for a user notification object request.
Declaration
Swift
public let data: [UserNotification]