Class RestHistoryRecord
Inheritance
RestHistoryRecord
Assembly: PlayUR.dll
Syntax
public class RestHistoryRecord
Properties
|
Improve this Doc
View Source
CreatedAt
Declaration
public DateTime CreatedAt { get; set; }
Property Value
|
Improve this Doc
View Source
GameID
Declaration
public int GameID { get; set; }
Property Value
|
Improve this Doc
View Source
PastRequests
Declaration
public RestRequest[] PastRequests { get; set; }
Property Value
|
Improve this Doc
View Source
PendingRequests
Declaration
public RestRequest[] PendingRequests { get; set; }
Property Value
|
Improve this Doc
View Source
Session
Declaration
public int Session { get; set; }
Property Value
|
Improve this Doc
View Source
User
Declaration
public User User { get; set; }
Property Value