Table of Contents

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

string

Items

Gets the list of notification items in the feed.

public IReadOnlyList<NotificationRssItem> Items { get; init; }

Property Value

IReadOnlyList<NotificationRssItem>

Gets the self-link URL of the RSS channel, or null if not available.

public string? Link { get; init; }

Property Value

string

Title

Gets the title of the RSS channel, or null if not available.

public string? Title { get; init; }

Property Value

string