C# Class PlayFab.ServerModels.ReportPlayerServerRequest

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

Public Properties

Property Type Description
Comment string
ReporteeId string
ReporterId string
TitleId string

Property Details

Comment public_oe property

Optional additional comment by reporting player.
public string Comment
return string

ReporteeId public_oe property

PlayFabId of the reported player.
public string ReporteeId
return string

ReporterId public_oe property

PlayFabId of the reporting player.
public string ReporterId
return string

TitleId public_oe property

Title player was reported in, optional if report not for specific title.
public string TitleId
return string