Class MagnetToFileRequest
Represents a request to convert a magnet link to a torrent file.
public sealed record MagnetToFileRequest : IEquatable<MagnetToFileRequest>
- Inheritance
-
MagnetToFileRequest
- Implements
- Inherited Members
Properties
Magnet
Gets the magnet link to convert.
[JsonPropertyName("magnet")]
public string Magnet { get; init; }