Class SearchResponse
- Namespace
- McServerLauncher.Models.Modrinth
- Assembly
- McServerLauncher.dll
public class SearchResponse
- Inheritance
-
SearchResponse
- Inherited Members
Properties
Hits
[JsonPropertyName("hits")]
public List<ProjectResult> Hits { get; set; }
Property Value
Limit
[JsonPropertyName("limit")]
public int Limit { get; set; }
Property Value
Offset
[JsonPropertyName("offset")]
public int Offset { get; set; }
Property Value
TotalHits
[JsonPropertyName("total_hits")]
public int TotalHits { get; set; }