C# Class PlayFab.AdminModels.LookupUserAccountInfoRequest

Inheritance: PlayFabRequestCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer Class Usage Examples

Méthodes publiques

Свойство Type Description
Email string
PlayFabId string
TitleDisplayName string
Username string

Property Details

Email public_oe property

User email address attached to their account
public string Email
Résultat string

PlayFabId public_oe property

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

TitleDisplayName public_oe property

Title specific username to match against existing user accounts
public string TitleDisplayName
Résultat string

Username public_oe property

PlayFab username for the account (3-20 characters)
public string Username
Résultat string