Class BaseResponse
Base response class for parsing API Responses
Inheritance
System.Object
BaseResponse
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
Declaration
public Platform Platform { get; }
Property Value
|
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