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

Use this API to create or update matchmaking queue configurations. The queue configuration defines the matchmaking rules. The matchmaking service will match tickets together according to the configured rules. Queue resources are not spun up by calling this API. Queues are created when the first ticket is submitted. More...

Inheritance diagram for PlayFab.MultiplayerModels.SetMatchmakingQueueRequest:
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.).
 
MatchmakingQueueConfig MatchmakingQueue
 The matchmaking queue config.
 
- Public Attributes inherited from PlayFab.SharedModels.PlayFabRequestCommon
PlayFabAuthenticationContext AuthenticationContext
 

Additional Inherited Members

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

Detailed Description

Use this API to create or update matchmaking queue configurations. The queue configuration defines the matchmaking rules. The matchmaking service will match tickets together according to the configured rules. Queue resources are not spun up by calling this API. Queues are created when the first ticket is submitted.


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