Class GalleryImage
- Namespace
- McServerLauncher.Models.Modrinth
- Assembly
- McServerLauncher.dll
A gallery image. Url is a thumbnail Modrinth has already resized, which is what the app shows; RawUrl is the full-size original.
public class GalleryImage
- Inheritance
-
GalleryImage
- Inherited Members
Properties
Description
[JsonPropertyName("description")]
public string? Description { get; set; }
Property Value
Featured
[JsonPropertyName("featured")]
public bool Featured { get; set; }
Property Value
Ordering
[JsonPropertyName("ordering")]
public int Ordering { get; set; }
Property Value
RawUrl
[JsonPropertyName("raw_url")]
public string? RawUrl { get; set; }
Property Value
Title
[JsonPropertyName("title")]
public string? Title { get; set; }
Property Value
Url
[JsonPropertyName("url")]
public string Url { get; set; }