C# Class PlayFab.ClientModels.GetPlayerCombinedInfoResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
InfoResultPayload GetPlayerCombinedInfoResultPayload
PlayFabId string

Property Details

InfoResultPayload public property

Results for requested info.
public GetPlayerCombinedInfoResultPayload,PlayFab.ClientModels InfoResultPayload
return GetPlayerCombinedInfoResultPayload

PlayFabId public property

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