My Project
Loading...
Searching...
No Matches
Public Attributes | List of all members
PlayFab.MultiplayerModels.GetMatchmakingTicketRequest Class Reference

The ticket includes the invited players, their attributes if they have joined, the ticket status, the match Id when applicable, etc. Only servers, the ticket creator and the invited players can get the ticket. More...

Inheritance diagram for PlayFab.MultiplayerModels.GetMatchmakingTicketRequest:
PlayFab.SharedModels.PlayFabRequestCommon PlayFab.SharedModels.PlayFabBaseModel

Public Attributes

Dictionary< string, string > CustomTags
 The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.).
 
bool EscapeObject
 Determines whether the matchmaking attributes will be returned as an escaped JSON string or as an un-escaped JSON object.
 
string QueueName
 The name of the queue to find a match for.
 
string TicketId
 The Id of the ticket to find a match for.
 
- Public Attributes inherited from PlayFab.SharedModels.PlayFabRequestCommon
PlayFabAuthenticationContext AuthenticationContext
 

Additional Inherited Members

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

Detailed Description

The ticket includes the invited players, their attributes if they have joined, the ticket status, the match Id when applicable, etc. Only servers, the ticket creator and the invited players can get the ticket.


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