C# Class PlayFab.ClientModels.ReportPlayerClientRequest

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

Public Properties

Property Type Description
Comment string
ReporteeId string

Property Details

Comment public property

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

ReporteeId public property

Unique PlayFab identifier of the reported player.
public string ReporteeId
return string