Show / Hide Table of Contents

Class RestHistoryRecord

Inheritance
object
RestHistoryRecord
Namespace: PlayUR.Core
Assembly: PlayUR.dll
Syntax
public class RestHistoryRecord

Properties

| Improve this Doc View Source

CreatedAt

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

GameID

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

PastRequests

Declaration
public RestRequest[] PastRequests { get; set; }
Property Value
Type Description
RestRequest[]
| Improve this Doc View Source

PendingRequests

Declaration
public RestRequest[] PendingRequests { get; set; }
Property Value
Type Description
RestRequest[]
| Improve this Doc View Source

Session

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

User

Declaration
public User User { get; set; }
Property Value
Type Description
User
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX