Class GenericResponse
Contains the essential profile data of a user
Inheritance
System.Object
GenericResponse
Assembly: R6Stat-Sharp.dll
Syntax
public class GenericResponse : BaseResponse, IAlias, IPayload, IGenericResponse, IStat
Properties
|
Improve this Doc
View Source
Aliases
Declaration
public IReadOnlyList<Alias> Aliases { get; }
Property Value
| Type |
Description |
| IReadOnlyList<Alias> |
|
|
Improve this Doc
View Source
PlayerProgression
Declaration
public PlayerProgression PlayerProgression { get; }
Property Value
|
Improve this Doc
View Source
Stats
Declaration
public GenericResponseStats Stats { get; }
Property Value
|
Improve this Doc
View Source
TimeStamps
Declaration
public TimeStamps TimeStamps { get; }
Property Value
Implements