Show / Hide Table of Contents

Class BaseResponse

Base response class for parsing API Responses

Inheritance
System.Object
BaseResponse
GenericResponse
OperatorResponse
SeasonalResponse
WeaponCategoryResponse
WeaponsResponse
LeaderboardSlot
Implements
IStat
IAlias
IPayload
Namespace: R6Stats.Response
Assembly: R6Stat-Sharp.dll
Syntax
public abstract class BaseResponse : object, IStat, IAlias, IPayload

Properties

| Improve this Doc View Source

Avatar146

Declaration
public string Avatar146 { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Avatar256

Declaration
public string Avatar256 { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

LastUpdated

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

Platform

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

UbisoftID

Declaration
public string UbisoftID { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

UplayID

Declaration
public string UplayID { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Username

Declaration
public string Username { get; }
Property Value
Type Description
System.String

Implements

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