Class ChangelogsRssChannel
Represents the channel element of a changelogs RSS 2.0 feed.
public sealed record ChangelogsRssChannel : IEquatable<ChangelogsRssChannel>
- Inheritance
-
ChangelogsRssChannel
- Implements
- Inherited Members
Properties
Description
Gets the channel description.
public string Description { get; init; }
Property Value
Items
Gets the list of RSS items.
public IReadOnlyList<ChangelogsRssItem> Items { get; init; }
Property Value
Language
Gets the channel language.
public string Language { get; init; }
Property Value
LastBuildDate
Gets the last build date as a string.
public string LastBuildDate { get; init; }
Property Value
Link
Gets the channel link.
public string Link { get; init; }
Property Value
Title
Gets the channel title.
public string Title { get; init; }