Class NotificationRssItem
- Namespace
- TorBoxSDK.Models.Notifications
- Assembly
- TorBoxSDK.dll
Represents a single item in the TorBox notifications RSS feed.
public sealed record NotificationRssItem : IEquatable<NotificationRssItem>
- Inheritance
-
NotificationRssItem
- Implements
- Inherited Members
Properties
Description
Gets the description of the notification item, or null if not available.
public string? Description { get; init; }
Property Value
Guid
Gets the unique identifier (GUID) of the notification item, or null if not available.
public string? Guid { get; init; }
Property Value
PubDate
Gets the publication date of the notification item, or null if not available.
public DateTimeOffset? PubDate { get; init; }
Property Value
Title
Gets the title of the notification item, or null if not available.
public string? Title { get; init; }