Table of Contents

Class DonationUrl

Namespace
McServerLauncher.Models.Modrinth
Assembly
McServerLauncher.dll
public class DonationUrl
Inheritance
DonationUrl
Inherited Members

Properties

Id

[JsonPropertyName("id")]
public string? Id { get; set; }

Property Value

string

Platform

[JsonPropertyName("platform")]
public string? Platform { get; set; }

Property Value

string

Url

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

Property Value

string