Class VersionFile
- Namespace
- McServerLauncher.Models.Modrinth
- Assembly
- McServerLauncher.dll
public class VersionFile
- Inheritance
-
VersionFile
- Inherited Members
Properties
Filename
[JsonPropertyName("filename")]
public string Filename { get; set; }
Property Value
Hashes
[JsonPropertyName("hashes")]
public FileHashes? Hashes { get; set; }
Property Value
Primary
[JsonPropertyName("primary")]
public bool Primary { get; set; }
Property Value
Size
File size in bytes.
[JsonPropertyName("size")]
public long Size { get; set; }
Property Value
Url
[JsonPropertyName("url")]
public string Url { get; set; }