C# Class PlayFab.AdminModels.RemovePlayerTagRequest

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

Public Properties

Property Type Description
PlayFabId string
TagName string

Property Details

PlayFabId public property

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

TagName public property

Unique tag for player profile.
public string TagName
return string