C# Class PlayFab.ServerModels.GetPlayerCombinedInfoRequest

Inheritance: PlayFabRequestCommon
显示文件 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.ServerModels InfoRequestParameters
return GetPlayerCombinedInfoRequestParams

PlayFabId public_oe property

PlayFabId of the user whose data will be returned
public string PlayFabId
return string