C# Class PlayFab.AdminModels.DeleteUsersRequest

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

Public Properties

Property Type Description
PlayFabIds List
TitleId string

Property Details

PlayFabIds public property

An array of unique PlayFab assigned ID of the user on whom the operation will be performed.
public List PlayFabIds
return List

TitleId public property

Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a title has been selected.
public string TitleId
return string