Class MatchRequests.ReportResultsRequest
Report the results of a match
Namespace: Unity.PSN.PS5.Matches
Syntax
public class ReportResultsRequest : Request
Properties
CompetitionType
Match Competition type
Declaration
public MatchCompetitionType CompetitionType { get; set; }
Property Value
| Type | Description |
|---|---|
| MatchCompetitionType |
GroupType
Whether the match is a team match
Declaration
public MatchGroupType GroupType { get; set; }
Property Value
| Type | Description |
|---|---|
| MatchGroupType |
MatchID
Match ID
Declaration
public string MatchID { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Results
Match Results
Declaration
public MatchResults Results { get; set; }
Property Value
| Type | Description |
|---|---|
| MatchResults |
ResultType
Whether there are scores in the match results
Declaration
public MatchResultsType ResultType { get; set; }
Property Value
| Type | Description |
|---|---|
| MatchResultsType |
ReviewEligibility
Setting of whether a match participant can write a review of other participants
Declaration
public MatchRequests.PlayerReviewEligibility ReviewEligibility { get; set; }
Property Value
| Type | Description |
|---|---|
| MatchRequests.PlayerReviewEligibility |
Stats
Additional stats of a match
Declaration
public MatchStats Stats { get; set; }
Property Value
| Type | Description |
|---|---|
| MatchStats |
Remarks
Only playerStatistics is specified if the match's CompetitionType is COOPERATIVE. Only playerStatistics is specified if the match's CompetitionType is COMPETITIVE and groupingType is NON_TEAM_MATCH. Only teamStatistics is specified if the match's CompetitionType is COMPETITIVE and groupingType is TEAM_MATCH.
UserId
User ID
Declaration
public int UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Methods
Run()
Declaration
protected override void Run()