Struct FeedTarget
- Namespace
- ZeroInstall.Model
- Assembly
- ZeroInstall.Model.dll
public readonly record struct FeedTarget : IEquatable<FeedTarget>
- Implements
- Inherited Members
Constructors
FeedTarget(FeedUri, Feed)
public FeedTarget(FeedUri Uri, Feed Feed)
Parameters
UriFeedUriThe URI or local path (must be absolute) to the feed.
FeedFeedThe data acquired from
Uri. Normalize(FeedUri?) has already been called.
Properties
Feed
The data acquired from Uri. Normalize(FeedUri?) has already been called.
public Feed Feed { get; init; }
Property Value
Uri
The URI or local path (must be absolute) to the feed.
public FeedUri Uri { get; init; }
Property Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.