C# Class PlayFab.AdminModels.DeleteUsersRequest

Inheritance: PlayFabRequestCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
PlayFabIds List
TitleId string

Property Details

PlayFabIds public_oe 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_oe 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