C# Class PlayFab.ClientModels.GetPlayerCombinedInfoRequest

Inheritance: PlayFabRequestCommon
Mostrar archivo Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
InfoRequestParameters GetPlayerCombinedInfoRequestParams
PlayFabId string

Property Details

InfoRequestParameters public_oe property

Flags for which pieces of info to return for the user.
public GetPlayerCombinedInfoRequestParams,PlayFab.ClientModels InfoRequestParameters
return GetPlayerCombinedInfoRequestParams

PlayFabId public_oe property

PlayFabId of the user whose data will be returned. If not filled included, we return the data for the calling player.
public string PlayFabId
return string