Beamable SDK
Public Member Functions | Public Attributes | List of all members
Beamable.Experimental.Api.Lobbies.AddTagsRequest Class Reference

Request payload to add tags to a player in a Lobby. More...

Public Member Functions

 AddTagsRequest (string playerId, List< Tag > tags, bool replace)
 

Public Attributes

string playerId
 The player's id.
 
List< Tagtags
 List of tags to add to the player.
 
bool replace
 When true, these tags will replace tags with the same name with the ones provided.
 

Detailed Description

Request payload to add tags to a player in a Lobby.


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