Class MatchIdAssignment
MatchIdAssignment model
Inherited Members
Namespace: Unity.Services.Matchmaker.Models
Syntax
[Preserve]
public class MatchIdAssignment
Constructors
MatchIdAssignment(String, String, MatchIdAssignment.StatusOptions, String)
Creates an instance of MatchIdAssignment.
Declaration
[Preserve]
public MatchIdAssignment(string assignmentType, string message = null, MatchIdAssignment.StatusOptions status = (MatchIdAssignment.StatusOptions)0, string matchId = null)
Parameters
Type | Name | Description |
---|---|---|
String | assignmentType | assignmentType param |
String | message | message param |
MatchIdAssignment.StatusOptions | status | The status of the assignment is one of Timeout, Failed, InProgress, Found |
String | matchId | Unique ID of the match. |
Properties
AssignmentType
Parameter assignmentType of MatchIdAssignment
Declaration
[Preserve]
public string AssignmentType { get; }
Property Value
Type | Description |
---|---|
String |
MatchId
Unique ID of the match.
Declaration
[Preserve]
public string MatchId { get; }
Property Value
Type | Description |
---|---|
String |
Message
Parameter message of MatchIdAssignment
Declaration
[Preserve]
public string Message { get; }
Property Value
Type | Description |
---|---|
String |
Status
The status of the assignment is one of Timeout, Failed, InProgress, Found
Declaration
[Preserve]
public MatchIdAssignment.StatusOptions Status { get; }
Property Value
Type | Description |
---|---|
MatchIdAssignment.StatusOptions |