Table of Contents

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

string
[JsonPropertyName("featured")]
public bool Featured { get; set; }

Property Value

bool

Ordering

[JsonPropertyName("ordering")]
public int Ordering { get; set; }

Property Value

int

RawUrl

[JsonPropertyName("raw_url")]
public string? RawUrl { get; set; }

Property Value

string

Title

[JsonPropertyName("title")]
public string? Title { get; set; }

Property Value

string

Url

[JsonPropertyName("url")]
public string Url { get; set; }

Property Value

string