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

Deletes a remote user to log on to a VM for a multiplayer server build in a specific region. Returns user credential information necessary to log on. More...

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

Public Attributes

string BuildId
 The guid string build ID of the multiplayer server where the remote user is to delete.
 
Dictionary< string, string > CustomTags
 The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.).
 
string Region
 The region of the multiplayer server where the remote user is to delete.
 
string Username
 The username of the remote user to delete.
 
string VmId
 The virtual machine ID the multiplayer server is located on.
 
- Public Attributes inherited from PlayFab.SharedModels.PlayFabRequestCommon
PlayFabAuthenticationContext AuthenticationContext
 

Additional Inherited Members

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

Detailed Description

Deletes a remote user to log on to a VM for a multiplayer server build in a specific region. Returns user credential information necessary to log on.


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