Table of Contents

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

Dictionary<Guid, GetNotificationsResponseNotification>

UserNotifications

public List<GetUserNotificationsResponseNotification> UserNotifications { get; set; }

Property Value

List<GetUserNotificationsResponseNotification>