C# Class PlayFab.ClientModels.SendAccountRecoveryEmailRequest

Inheritance: PlayFabRequestCommon
Mostrar archivo Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
Email string
TitleId string

Property Details

Email public_oe property

User email address attached to their account
public string Email
return string

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