Interface IGenericResponse
API response containing the essential information about a player
Inherited Members
Namespace: R6Stats.Response.Interfaces
Assembly: R6Stat-Sharp.dll
Syntax
public interface IGenericResponse : IStat
Properties
| Improve this Doc View SourceAliases
Previous aliases used by the player
Declaration
IReadOnlyList<Alias> Aliases { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<Alias> |
PlayerProgression
Player's experience data
Declaration
PlayerProgression PlayerProgression { get; }
Property Value
| Type | Description |
|---|---|
| PlayerProgression |
Stats
Overall stats of the player
Declaration
GenericResponseStats Stats { get; }
Property Value
| Type | Description |
|---|---|
| GenericResponseStats |
TimeStamps
Time information of the archived data
Declaration
TimeStamps TimeStamps { get; }
Property Value
| Type | Description |
|---|---|
| TimeStamps |