Show / Hide Table of Contents

Class GenericResponse

Contains the essential profile data of a user

Inheritance
System.Object
BaseResponse
GenericResponse
Implements
IAlias
IPayload
IGenericResponse
IStat
Inherited Members
BaseResponse.Username
BaseResponse.Platform
BaseResponse.UbisoftID
BaseResponse.UplayID
BaseResponse.Avatar146
BaseResponse.Avatar256
BaseResponse.LastUpdated
Namespace: R6Stats.Response
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
Type Description
PlayerProgression
| Improve this Doc View Source

Stats

Declaration
public GenericResponseStats Stats { get; }
Property Value
Type Description
GenericResponseStats
| Improve this Doc View Source

TimeStamps

Declaration
public TimeStamps TimeStamps { get; }
Property Value
Type Description
TimeStamps

Implements

IAlias
IPayload
IGenericResponse
IStat
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX