Table of Contents

Class ChangelogsRssFeed

Namespace
TorBoxSDK.Models.General
Assembly
TorBoxSDK.dll

Represents the root element of a changelogs RSS 2.0 feed.

public sealed record ChangelogsRssFeed : IEquatable<ChangelogsRssFeed>
Inheritance
ChangelogsRssFeed
Implements
Inherited Members

Properties

Channel

Gets the channel metadata and items, or null if not present.

public ChangelogsRssChannel? Channel { get; init; }

Property Value

ChangelogsRssChannel

Version

Gets the RSS version.

public string Version { get; init; }

Property Value

string