Table of Contents

Class StoreSummaryCatalog

Namespace
McServerLauncher.Models.Store
Assembly
McServerLauncher.dll
public class StoreSummaryCatalog
Inheritance
StoreSummaryCatalog
Inherited Members

Properties

Summaries

[JsonPropertyName("summaries")]
public Dictionary<string, Dictionary<string, string>> Summaries { get; set; }

Property Value

Dictionary<string, Dictionary<string, string>>

Version

[JsonPropertyName("version")]
public int Version { get; set; }

Property Value

int