Class MatchHistoryResponse
Container for data on player match history.
Inheritance
System.Object
MatchHistoryResponse
Namespace: Den.Dev.Grunt.Models.HaloInfinite
Assembly: Den.Dev.Grunt.dll
Syntax
[[Den.Dev.Grunt.Models.IsAutomaticallySerializable]]
[[System.Runtime.CompilerServices.Nullable(0)]]
[[System.Runtime.CompilerServices.NullableContext(2)]]
public class MatchHistoryResponse
Constructors
Name | Description |
---|---|
MatchHistoryResponse() |
Properties
Name | Description |
---|---|
Count | Gets or sets the count of results on the page. This matches the requested number from the query. |
Links | Gets or sets additional match links. |
ResultCount | Gets or sets the count of results returned. These are actual query results. |
Results | Gets or sets the list of match history records. |
Start | Gets or sets the starting index for the results. |