C# Class PlayFab.ServerModels.ReportPlayerServerRequest

Inheritance: PlayFabRequestCommon
Show file Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
Comment string
ReporteeId string
ReporterId string
TitleId string

Property Details

Comment public property

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

ReporteeId public property

PlayFabId of the reported player.
public string ReporteeId
return string

ReporterId public property

PlayFabId of the reporting player.
public string ReporterId
return string

TitleId public property

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