C# Class PlayFab.ClientModels.GetPlayerCombinedInfoRequest

Inheritance: PlayFabRequestCommon
Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
InfoRequestParameters GetPlayerCombinedInfoRequestParams
PlayFabId string

Property Details

InfoRequestParameters public property

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

PlayFabId public 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