C# Class PlayFab.AdminModels.RemovePlayerTagRequest

Inheritance: PlayFabRequestCommon
Mostra file Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
PlayFabId string
TagName string

Property Details

PlayFabId public_oe property

Unique PlayFab assigned ID of the user on whom the operation will be performed.
public string PlayFabId
return string

TagName public_oe property

Unique tag for player profile.
public string TagName
return string