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

The client specifies the creator's attributes and optionally a list of other users to match with. More...

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

Public Attributes

MatchmakingPlayer Creator
 The User who created this ticket.
 
Dictionary< string, string > CustomTags
 The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.).
 
int GiveUpAfterSeconds
 How long to attempt matching this ticket in seconds.
 
List< EntityKeyMembersToMatchWith
 A list of Entity Keys of other users to match with.
 
string QueueName
 The Id of a match queue.
 
- 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 client specifies the creator's attributes and optionally a list of other users to match with.


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