Class GetAvailableNotificationsResponse
- Namespace
- OpenSettings.Models.Responses
- Assembly
- OpenSettings.dll
public class GetAvailableNotificationsResponse
- Inheritance
-
GetAvailableNotificationsResponse
- Inherited Members
Properties
NotificationIdToNotification
public Dictionary<Guid, GetNotificationsResponseNotification> NotificationIdToNotification { get; set; }
Property Value
UserNotifications
public List<GetUserNotificationsResponseNotification> UserNotifications { get; set; }