My Project
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Pages
Public Attributes | List of all members
PlayFab.MultiplayerModels.GetMatchmakingTicketResult Class Reference
Inheritance diagram for PlayFab.MultiplayerModels.GetMatchmakingTicketResult:
PlayFab.SharedModels.PlayFabResultCommon PlayFab.SharedModels.PlayFabBaseModel

Public Attributes

string CancellationReasonString
 The reason why the current ticket was canceled. This field is only set if the ticket is in canceled state.
 
DateTime Created
 The server date and time at which ticket was created.
 
EntityKey Creator
 The Creator's entity key.
 
int GiveUpAfterSeconds
 How long to attempt matching this ticket in seconds.
 
string MatchId
 The Id of a match.
 
List< MatchmakingPlayerMembers
 A list of Users that have joined this ticket.
 
List< EntityKeyMembersToMatchWith
 A list of PlayFab Ids of Users to match with.
 
string QueueName
 The Id of a match queue.
 
string Status
 The current ticket status. Possible values are: WaitingForPlayers, WaitingForMatch, WaitingForServer, Canceled and Matched.
 
string TicketId
 The Id of the ticket to find a match for.
 
- Public Attributes inherited from PlayFab.SharedModels.PlayFabResultCommon
PlayFabRequestCommon Request
 
object CustomData
 

Additional Inherited Members

- Public Member Functions inherited from PlayFab.SharedModels.PlayFabBaseModel
string ToJson ()
 

The documentation for this class was generated from the following file: