Class MatchRequests.GetMatchDetailRequest
Obtain the details of the match
Namespace: Unity.PSN.PS5.Matches
Syntax
public class GetMatchDetailRequest : Request
Properties
MatchDetail
The retieved match data
Declaration
public MatchRequests.RetrievedMatchDetail MatchDetail { get; }
Property Value
| Type | Description |
|---|---|
| MatchRequests.RetrievedMatchDetail |
MatchID
Match ID
Declaration
public string MatchID { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
ServiceLabel
NP service label
Declaration
public int ServiceLabel { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
UserId
User ID
Declaration
public int UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Methods
Run()
Declaration
protected override void Run()