Class NotificationRssFeed
- Namespace
- TorBoxSDK.Models.Notifications
- Assembly
- TorBoxSDK.dll
Represents the TorBox notifications RSS feed.
public sealed record NotificationRssFeed : IEquatable<NotificationRssFeed>
- Inheritance
-
NotificationRssFeed
- Implements
- Inherited Members
Properties
Description
Gets the description of the RSS channel, or null if not available.
public string? Description { get; init; }
Property Value
Items
Gets the list of notification items in the feed.
public IReadOnlyList<NotificationRssItem> Items { get; init; }
Property Value
Link
Gets the self-link URL of the RSS channel, or null if not available.
public string? Link { get; init; }
Property Value
Title
Gets the title of the RSS channel, or null if not available.
public string? Title { get; init; }