|
My Project
|
The client specifies the creator's attributes and optionally a list of other users to match with. More...
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< EntityKey > | MembersToMatchWith |
| 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 () |
The client specifies the creator's attributes and optionally a list of other users to match with.