C# Class PlayFab.ServerModels.RemoveFriendRequest

Inheritance: PlayFabRequestCommon
ファイルを表示 Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
FriendPlayFabId string
PlayFabId string

Property Details

FriendPlayFabId public_oe property

PlayFab identifier of the friend account which is to be removed.
public string FriendPlayFabId
return string

PlayFabId public_oe property

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