C# Class PlayFab.ServerModels.ReportPlayerServerResult

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

Public Properties

Property Type Description
SubmissionsRemaining int
Updated bool

Property Details

SubmissionsRemaining public property

The number of remaining reports which may be filed today by this reporting player.
public int SubmissionsRemaining
return int

Updated public property

Indicates whether this action completed successfully.
public bool Updated
return bool