13 public IReadOnlyList<string>?
Channels {
get;
set; }
18 public IReadOnlyList<NotificationState>?
States {
get;
set; }
28 public int?
Skip {
get;
set; }
Query options for retrieving notifications.
int? Skip
Gets the number of notifications to skip before returning results.
IReadOnlyList< NotificationState >? States
Gets states to include. Empty/null means all.
IReadOnlyList< string >? Channels
Gets channels to include. Empty/null means all.
int? Limit
Gets the maximum number of notifications to return.